]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
grub-mkconfig: Fix typo in --help output
authorColin Watson <cjwatson@ubuntu.com>
Fri, 23 Aug 2019 11:00:30 +0000 (12:00 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 23 Sep 2019 11:20:02 +0000 (13:20 +0200)
The short form of "--version" that grub-mkconfig accepts is "-V", not "-v".

Fixes Debian bug #935504.

Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Reviewed-by: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub-mkconfig.in

index 523d4e029bb87a8684d7bb16712bf2c8e04459a0..a6ce375ed18594ef1a4b0ab96ae69226f52db87c 100644 (file)
@@ -59,7 +59,7 @@ usage () {
     echo
     print_option_help "-o, --output=$(gettext FILE)" "$(gettext "output generated config to FILE [default=stdout]")"
     print_option_help "-h, --help" "$(gettext "print this message and exit")"
-    print_option_help "-v, --version" "$(gettext "print the version information and exit")"
+    print_option_help "-V, --version" "$(gettext "print the version information and exit")"
     echo
     gettext "Report bugs to <bug-grub@gnu.org>."; echo
 }