summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/background_jobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/background_jobs b/script/background_jobs
index a41ae3956c2..52732f5532b 100755
--- a/script/background_jobs
+++ b/script/background_jobs
@@ -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