* util/grub-script-check.c (main): Uniform the error message.
This commit is contained in:
parent
6c724b85b4
commit
08dad2dcf9
2 changed files with 5 additions and 1 deletions
|
@ -169,7 +169,7 @@ main (int argc, char *argv[])
|
|||
if (! ctx.file)
|
||||
{
|
||||
char *program = xstrdup(program_name);
|
||||
fprintf (stderr, "%s: %s: %s\n", program_name,
|
||||
fprintf (stderr, _("cannot open `%s': %s"),
|
||||
ctx.arguments.filename, strerror (errno));
|
||||
argp_help (&argp, stderr, ARGP_HELP_STD_USAGE, program);
|
||||
free(program);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue