Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-20 17:47:06 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-03-20 17:47:06 +0400
commitcc83c696c0f453c48811263b08505dba77b34315 (patch)
treeaa285c4e1d8b96c191cc7b90961004ffb2634f21 /script
parentdd7efd1768f7f61dfa8c47200fc95bac831c9ff5 (diff)
Add load_ok to background_jobs usage message
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