summaryrefslogtreecommitdiff
path: root/shbrain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shbrain.sh')
-rwxr-xr-xshbrain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shbrain.sh b/shbrain.sh
index 6dd968a..74fc135 100755
--- a/shbrain.sh
+++ b/shbrain.sh
@@ -15,7 +15,7 @@ do
if [ "$CMD" = "trains" ]; then
./shtrains.sh ${ARGS[*]}
elif [ "$CMD" = "help" ]; then
- echo "Help"
+ ./shhelp.sh $ARGS
else
echo "Use \"shcmd help\" to list available commands."
fi