summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jh.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jh.sh b/jh.sh
index 6ba8237..6886e4a 100644
--- a/jh.sh
+++ b/jh.sh
@@ -11,7 +11,7 @@ fi
usage() {
cmd="${1-$0}"
- cmd="${cmd##*/}"
+ cmd="${cmd##*/jh-}"
file="$JH_PATH/jh-$cmd.help.txt"
if [[ -z "$cmd" ]]; then
echo "Usage: $jh_short <command> [command-specific-arguments]"