* util/grub-mkrescue.c: Rephrase mkrescue description.

This commit is contained in:
Colin Watson 2013-12-21 02:37:14 +01:00 committed by Vladimir Serbinenko
parent bfdfeb2508
commit 971038be55
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-12-21 Colin Watson <cjwatson@ubuntu.com>
* util/grub-mkrescue.c: Rephrase mkrescue description.
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
2013-12-21 Colin Watson <cjwatson@ubuntu.com>

View File

@ -212,7 +212,9 @@ struct argp argp = {
options, argp_parser, N_("[OPTION] SOURCE..."),
/* TRANSLATORS: it generates one single image which is bootable through any method. */
N_("Make GRUB CD-ROM, disk, pendrive and floppy bootable image.")"\v"
N_("Generates a bootable CD/USB stick/floppy image with specified source files, source directories, or mkisofs options listed by the output of `%s'.\n\n"
N_("Generates a bootable CD/USB/floppy image. Arguments other than options to this program"
" are passed to xorriso, and indicate source files, source directories, or any of the "
"mkisofs options listed by the output of `%s'.\n\n"
"Option -- switches to native xorriso command mode.\n\n"
"Mail xorriso support requests to <bug-xorriso@gnu.org>."),
NULL, help_filter, NULL