From e7acbf93173469f8dd450961419a1f36c5adf555 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 28 Jul 2015 09:47:08 +0200 Subject: Use the proper format for optional arguments --- g.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g.sh') diff --git a/g.sh b/g.sh index 4aeaa2a..7066319 100644 --- a/g.sh +++ b/g.sh @@ -18,7 +18,7 @@ # Print the usage string. usage() { - echo "usage: g [-h | --help] [-v | --version] " + echo "usage: g [-h | --help] [-v | --version] []" } # Print the help message. @@ -65,7 +65,7 @@ save_shortcuts() { # The main function for this script. g() { - version="0.3.2" + version="0.3.3" cmd="$1" gfile=$HOME/.gfile declare -A gshortcuts -- cgit v1.2.3