]> git.proxmox.com Git - grub2.git/commitdiff
2009-09-02 Colin Watson <cjwatson@ubuntu.com>
authorcjwatson <cjwatson@localhost>
Wed, 2 Sep 2009 09:14:20 +0000 (09:14 +0000)
committercjwatson <cjwatson@localhost>
Wed, 2 Sep 2009 09:14:20 +0000 (09:14 +0000)
* commands/keystatus.c (GRUB_MOD_INIT (keystatus)): Adjust summary
to avoid implying that only one of --shift, --ctrl, or --alt may be
used.

ChangeLog
commands/keystatus.c

index 209a9e29c2f1188447f04825defe2d6d76ee0a9c..372028de9f2ba917ec695d784344f0de943568fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-02  Colin Watson  <cjwatson@ubuntu.com>
+
+       * commands/keystatus.c (GRUB_MOD_INIT (keystatus)): Adjust summary
+       to avoid implying that only one of --shift, --ctrl, or --alt may be
+       used.
+
 2009-09-02  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-probe.c (probe): Test st.st_mode using S_ISREG macro
index cecbba504a83aad07fa8fd044d02a944cde71e82..28ceb2d0bde22caa47e4204b95e7a87f4bc146c4 100644 (file)
@@ -70,7 +70,7 @@ GRUB_MOD_INIT(keystatus)
 {
   cmd = grub_register_extcmd ("keystatus", grub_cmd_keystatus,
                              GRUB_COMMAND_FLAG_BOTH,
-                             "keystatus [--shift|--ctrl|--alt]",
+                             "keystatus [--shift] [--ctrl] [--alt]",
                              "Check key modifier status",
                              options);
 }