* util/grub-kbdcomp.in: Change "layout" to "keyboard layout" in
description.
This commit is contained in:
parent
09963c760d
commit
f2e243c078
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-03-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-kbdcomp.in: Change "layout" to "keyboard layout" in
|
||||
description.
|
||||
|
||||
2012-03-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-script-check.c (main): Fix a syntax error message which was
|
||||
|
|
|
@ -24,7 +24,7 @@ self=`basename $0`
|
|||
|
||||
usage () {
|
||||
gettext_printf "Usage: %s -o OUTPUT CKBMAP_ARGUMENTS...\n" "$self"
|
||||
gettext "Make GRUB layout file."; echo
|
||||
gettext "Make GRUB keyboard layout file."; echo
|
||||
echo
|
||||
printf " -h, --help %s\n" "$(gettext "print this message and exit")"
|
||||
printf " -v, --version %s\n" "$(gettext "print the version information and exit")"
|
||||
|
|
Loading…
Reference in a new issue