From: erickson Date: Thu, 29 Mar 2007 14:07:13 +0000 (+0000) Subject: applied patch from Dan to provide an example usage X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3a87f6e79550e41b5b67e5b656eebf5141f54ccc;p=opensrf%2Fbjwebb.git applied patch from Dan to provide an example usage git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@858 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/bin/osrf_ctl.sh b/bin/osrf_ctl.sh index 50757c9..89bb4a5 100755 --- a/bin/osrf_ctl.sh +++ b/bin/osrf_ctl.sh @@ -35,6 +35,9 @@ function usage { echo -e "\tstart_all" echo -e "\trestart_all" echo ""; + echo "Example:"; + echo " $0 -p bootstrap.conf -c opensrf_core.xml -a restart_all"; + echo ""; exit; }