Commit cc83c696c0f453c48811263b08505dba77b34315
1 parent
dd7efd17
Exists in
spb-stable
and in
3 other branches
Add load_ok to background_jobs usage message
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/background_jobs
@@ -76,5 +76,5 @@ case "$1" in | @@ -76,5 +76,5 @@ case "$1" in | ||
76 | load_ok | 76 | load_ok |
77 | ;; | 77 | ;; |
78 | *) | 78 | *) |
79 | - echo "Usage: RAILS_ENV=your_env $0 {stop|start|start_no_deamonize|restart|killall}" | 79 | + echo "Usage: RAILS_ENV=your_env $0 {stop|start|start_no_deamonize|restart|killall|load_ok}" |
80 | esac | 80 | esac |