summaryrefslogtreecommitdiff
path: root/shhelp.sh
diff options
context:
space:
mode:
authorJulien Dessaux2013-11-05 14:30:18 -0800
committerJulien Dessaux2013-11-05 14:30:18 -0800
commit44ddc623e4b317a31a120fb9463d634dbb37a1dd (patch)
treeb2ccc8c89db8bd3d34c8688cf737595f13c9d08f /shhelp.sh
parentAdded the quote module (diff)
parentAdded the duck generation module. (diff)
downloadshbot-44ddc623e4b317a31a120fb9463d634dbb37a1dd.tar.gz
shbot-44ddc623e4b317a31a120fb9463d634dbb37a1dd.tar.bz2
shbot-44ddc623e4b317a31a120fb9463d634dbb37a1dd.zip
Merge pull request #1 from vivia/master
Misc bugfixes, added duck module
Diffstat (limited to 'shhelp.sh')
-rwxr-xr-xshhelp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shhelp.sh b/shhelp.sh
index c2bd9c4..d3566ed 100755
--- a/shhelp.sh
+++ b/shhelp.sh
@@ -16,7 +16,7 @@ case "$1" in
"trains") echo "trains [STATION] : Prints the next trains that will stop at Courbevoie's station."
echo " When provided, only results that concerns STATION are advertised."
;;
- *) echo "The following commands are available : advert help join part quote trains"
+ *) echo "The following commands are available : advert help join part quote trains duck"
;;
esac