summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/toaster4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/toaster b/bin/toaster
index e3a0dae48..79ab301de 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -203,6 +203,10 @@ for param in $*; do
ADDR_PORT="localhost:$PORT"
fi
;;
+ --help)
+ echo "$HELP"
+ return 0
+ ;;
*)
echo "$HELP"
return 1