commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2559] 2009-09-02 Colin Watson <address@hidden>


From: Colin Watson
Subject: [2559] 2009-09-02 Colin Watson <address@hidden>
Date: Wed, 02 Sep 2009 09:14:21 +0000

Revision: 2559
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2559
Author:   cjwatson
Date:     2009-09-02 09:14:20 +0000 (Wed, 02 Sep 2009)
Log Message:
-----------
2009-09-02  Colin Watson  <address@hidden>

        * commands/keystatus.c (GRUB_MOD_INIT (keystatus)): Adjust summary
        to avoid implying that only one of --shift, --ctrl, or --alt may be
        used.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/commands/keystatus.c

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-09-02 01:42:06 UTC (rev 2558)
+++ trunk/grub2/ChangeLog       2009-09-02 09:14:20 UTC (rev 2559)
@@ -1,5 +1,11 @@
 2009-09-02  Colin Watson  <address@hidden>
 
+       * 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  <address@hidden>
+
        * util/grub-probe.c (probe): Test st.st_mode using S_ISREG macro
        rather than comparing against S_IFREG, which will almost never work.
 

Modified: trunk/grub2/commands/keystatus.c
===================================================================
--- trunk/grub2/commands/keystatus.c    2009-09-02 01:42:06 UTC (rev 2558)
+++ trunk/grub2/commands/keystatus.c    2009-09-02 09:14:20 UTC (rev 2559)
@@ -70,7 +70,7 @@
 {
   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);
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]