diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-03-20 14:47:06 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-03-20 14:47:06 +0100 |
commit | cc83c696c0f453c48811263b08505dba77b34315 (patch) | |
tree | aa285c4e1d8b96c191cc7b90961004ffb2634f21 /script | |
parent | dd7efd1768f7f61dfa8c47200fc95bac831c9ff5 (diff) | |
download | gitlab-ce-cc83c696c0f453c48811263b08505dba77b34315.tar.gz |
Add load_ok to background_jobs usage message
Diffstat (limited to 'script')
-rwxr-xr-x | script/background_jobs | 2 |
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 |