Change -v to -V for version of shell utils.
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 12 Feb 2016 14:46:05 +0000 (15:46 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 12 Feb 2016 14:46:05 +0000 (15:46 +0100)
util/grub-kbdcomp.in
util/grub-mkconfig.in
util/grub-reboot.in
util/grub-set-default.in

index 715c483..a15ec24 100644 (file)
@@ -25,7 +25,7 @@ usage () {
     gettext "Make GRUB keyboard layout file."; echo
     echo
     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")"
     print_option_help "-o, --output=$(gettext FILE)" "$(gettext "save output in FILE [required]")"
     echo
     gettext_printf "%s generates a keyboard layout for GRUB using ckbcomp\n" "$self"
@@ -54,7 +54,7 @@ do
     -h | --help)
        usage
        exit 0 ;;
-    -v | --version)
+    -V | --version)
        echo "$self (${PACKAGE_NAME}) ${PACKAGE_VERSION}"
        exit 0 ;;
     -o | --output)
index 3183744..203b076 100644 (file)
@@ -85,7 +85,7 @@ do
     -h | --help)
        usage
        exit 0 ;;
-    -v | --version)
+    -V | --version)
        echo "$self (${PACKAGE_NAME}) ${PACKAGE_VERSION}"
        exit 0 ;;
     -o | --output)
index 225fe5f..4d4f757 100644 (file)
@@ -47,7 +47,7 @@ usage () {
     gettext_printf "Usage: %s [OPTION] MENU_ENTRY\n" "$self"
     gettext "Set the default boot menu entry for GRUB, for the next boot only."; echo
     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")"
     dirmsg="$(gettext_printf "expect GRUB images under the directory DIR/%s instead of the %s directory" "@grubdirname@" "$grubdir")"
     print_option_help "--boot-directory=$(gettext "DIR")" "$dirmsg"
     echo
@@ -81,7 +81,7 @@ do
     -h | --help)
        usage
        exit 0 ;;
-    -v | --version)
+    -V | --version)
        echo "$self (${PACKAGE_NAME}) ${PACKAGE_VERSION}"
        exit 0 ;;
 
index 83a7be1..6036f81 100644 (file)
@@ -49,7 +49,7 @@ usage () {
     gettext_printf "This requires setting GRUB_DEFAULT=saved in %s/default/grub.\n" "$sysconfdir"
     echo
     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")"
     dirmsg="$(gettext_printf "expect GRUB images under the directory DIR/%s instead of the %s directory" "@grubdirname@" "$grubdir")"
     print_option_help "--boot-directory=$(gettext "DIR")" "$dirmsg"
     echo
@@ -79,7 +79,7 @@ do
     -h | --help)
        usage
        exit 0 ;;
-    -v | --version)
+    -V | --version)
        echo "$self (${PACKAGE_NAME}) ${PACKAGE_VERSION}"
        exit 0 ;;