grub-devel
[Top][All Lists]
Advanced

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

[PATCH] grub-mkconfig: Fix typo in --help output


From: Colin Watson
Subject: [PATCH] grub-mkconfig: Fix typo in --help output
Date: Fri, 23 Aug 2019 12:00:30 +0100
User-agent: Mutt/1.10.1 (2018-07-13)

The short form of "--version" that grub-mkconfig accepts is "-V", not
"-v".

Fixes Debian bug #935504.

Signed-off-by: Colin Watson <address@hidden>
---
 util/grub-mkconfig.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
index 9f477ff05..7660016b3 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
@@ -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 <address@hidden>."; echo
 }
-- 
2.17.1



reply via email to

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