Show that reload action is supported

This commit is contained in:
Benjamin Dauvergne 2014-09-18 15:15:11 +02:00
parent eef27043ed
commit 6b63c89fea
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ case "$1" in
fi
;;
*)
echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2
echo "Usage: $SCRIPTNAME {start|stop|status|restart|reload|force-reload}" >&2
exit 3
;;
esac