diff options
Diffstat (limited to 'jh.sh')
-rw-r--r-- | jh.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ fi usage() { cmd="${1-$0}" + cmd="${cmd##*/}" file="$JH_PATH/jh-$cmd.help.txt" if [[ -z "$cmd" ]]; then echo "Usage: $jh_short <command> [command-specific-arguments]" |