Decrease number of strings to translate.
This commit is contained in:
parent
74fa9417e5
commit
57a691b7e7
12 changed files with 29 additions and 24 deletions
|
@ -79,7 +79,7 @@ argp_parser (int key, char *arg, struct argp_state *state)
|
|||
|
||||
|
||||
struct argp argp = {
|
||||
options, argp_parser, N_("[OPTION]"),
|
||||
options, argp_parser, NULL,
|
||||
"\v"N_("copies GRUB images into net_directory/subdir/target_cpu-platform."),
|
||||
NULL, grub_install_help_filter, NULL
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue