Add load_ok to background_jobs usage message

This commit is contained in:
Jacob Vosmaer 2014-03-20 14:47:06 +01:00
parent dd7efd1768
commit cc83c696c0
1 changed files with 1 additions and 1 deletions

View File

@ -76,5 +76,5 @@ case "$1" in
load_ok
;;
*)
echo "Usage: RAILS_ENV=your_env $0 {stop|start|start_no_deamonize|restart|killall}"
echo "Usage: RAILS_ENV=your_env $0 {stop|start|start_no_deamonize|restart|killall|load_ok}"
esac