aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--g.sh4
1 files changed, 2 insertions, 2 deletions
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] <command> <args>"
+ echo "usage: g [-h | --help] [-v | --version] <command> [<args>]"
}
# 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