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=e2be55f6e4ea6d2661a4aed815e38b14c9d29754;p=Evergreen.git applied patch from Dan to provide an example usage git-svn-id: svn://svn.open-ils.org/ILS/trunk@7121 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/OpenSRF/bin/osrf_ctl.sh b/OpenSRF/bin/osrf_ctl.sh index 50757c92a6..89bb4a5305 100755 --- a/OpenSRF/bin/osrf_ctl.sh +++ b/OpenSRF/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; }