]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-fstest.c (options): Replace N with NUM and S with STRING.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 8 Mar 2012 18:09:05 +0000 (19:09 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 8 Mar 2012 18:09:05 +0000 (19:09 +0100)
Gettextize.
* util/grub-mount.c (options): Likewise.

ChangeLog
util/grub-fstest.c
util/grub-mount.c

index 48718bda3a45e153d4ea64a57fc8b2f794714a7b..def7262f66002d6abc7cb651924955c618265222 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-fstest.c (options): Replace N with NUM and S with STRING.
+       Gettextize.
+       * util/grub-mount.c (options): Likewise.
+
 2012-03-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/commands/probe.c (options): Replace VAR with VARNAME and
index 24e508f67708102af14b4c4164238984551da4e5..5acb680ebf9c6221a7e9aef5733971a88148c608 100644 (file)
@@ -448,10 +448,10 @@ static struct argp_option options[] = {
   {N_("xnu_uuid DEVICE"), 0, 0, OPTION_DOC, N_("Compute XNU UUID of the device."), 1},
   
   {"root",      'r', N_("DEVICE_NAME"), 0, N_("Set root device."),                 2},
-  {"skip",      's', "N",           0, N_("Skip N bytes from output file."),   2},
-  {"length",    'n', "N",           0, N_("Handle N bytes in output file."),   2},
-  {"diskcount", 'c', "N",           0, N_("Specify the number of input files."),                   2},
-  {"debug",     'd', "S",           0, N_("Set debug environment variable."),  2},
+  {"skip",      's', N_("NUM"),           0, N_("Skip N bytes from output file."),   2},
+  {"length",    'n', N_("NUM"),           0, N_("Handle N bytes in output file."),   2},
+  {"diskcount", 'c', N_("NUM"),           0, N_("Specify the number of input files."),                   2},
+  {"debug",     'd', N_("STRING"),           0, N_("Set debug environment variable."),  2},
   {"crypto",   'C', NULL, 0, N_("Mount crypto devices."), 2},
   {"zfs-key",      'K',
    /* TRANSLATORS: "prompt" is a keyword.  */
index e0a7edba33541f51d926983159fedf6c8040e4d0..e3eb1d7f3ee8e4b580d1a61a7964a27718e53906 100644 (file)
@@ -408,7 +408,7 @@ fuse_init (void)
 
 static struct argp_option options[] = {  
   {"root",      'r', N_("DEVICE_NAME"), 0, N_("Set root device."),                 2},
-  {"debug",     'd', "S",           0, N_("Set debug environment variable."),  2},
+  {"debug",     'd', N_("STRING"),           0, N_("Set debug environment variable."),  2},
   {"crypto",   'C', NULL, 0, N_("Mount crypto devices."), 2},
   {"zfs-key",      'K',
    /* TRANSLATORS: "prompt" is a keyword.  */