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.
This commit is contained in:
cjwatson 2009-09-02 09:14:20 +00:00
parent c0bc232b72
commit f3e8cdfd49
2 changed files with 7 additions and 1 deletions

View File

@ -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

View 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);
}