From 2a50ee3ff41fa272118af1759e47abc352c84ba0 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 31 Dec 2016 14:10:40 +0000 Subject: [PATCH] get_os.sh: Beautify usage Signed-off-by: Jan Lindemann --- scripts/get_os.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/get_os.sh b/scripts/get_os.sh index e622e2c9..9b91be17 100644 --- a/scripts/get_os.sh +++ b/scripts/get_os.sh @@ -33,6 +33,7 @@ usage() echo " usage: $myname [-h] $myname [-v] + $myname [-V] " [ "$1" ] && exit $1 }