* util/grub-mkrescue.c: Rephrase mkrescue description.
authorColin Watson <cjwatson@ubuntu.com>
Sat, 21 Dec 2013 01:37:14 +0000 (02:37 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Sat, 21 Dec 2013 01:37:14 +0000 (02:37 +0100)
ChangeLog
util/grub-mkrescue.c

index 2fc21f9..2a7e8d9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 44d1f66..8517a1e 100644 (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