* util/grub-editenv.c: Update strings to avoid warnings when generating
grub.pot file. * util/grub-setup.c: Likewise.
This commit is contained in:
parent
df3367cc4a
commit
934d7e44b2
3 changed files with 14 additions and 7 deletions
|
@ -99,10 +99,10 @@ help_filter (int key, const char *text, void *input __attribute__ ((unused)))
|
|||
|
||||
struct argp argp = {
|
||||
options, argp_parser, N_("FILENAME COMMAND"),
|
||||
N_("\n\
|
||||
Tool to edit environment block.\n\
|
||||
\v\
|
||||
If FILENAME is '-', the default value %s is used.\n"),
|
||||
"\n"N_("\
|
||||
Tool to edit environment block.")
|
||||
"\v"N_("\
|
||||
If FILENAME is '-', the default value %s is used."),
|
||||
NULL, help_filter, NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue