1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add the restart option to the usage string

This commit is contained in:
Peter M. Goldstein 2014-02-17 14:58:52 -08:00
parent e79cfa5504
commit a5a6f08d76

View file

@ -93,7 +93,7 @@ case "$1" in
fi
;;
*)
echo "Usage: $0 {start|stop|status}"
echo "Usage: $0 {start|stop|restart|status}"
exit 0
;;
esac