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

Merge pull request #1492 from petergoldstein/feature/fix_usage_typo

Add the restart option to the usage string
This commit is contained in:
Mike Perham 2014-02-17 15:18:39 -08:00
commit 339e679125

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