[open-ils-commits] r7815 - trunk/Open-ILS/src/support-scripts
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 20 17:29:10 EDT 2007
Author: erickson
Date: 2007-09-20 17:20:10 -0400 (Thu, 20 Sep 2007)
New Revision: 7815
Modified:
trunk/Open-ILS/src/support-scripts/brick_ctl.sh
Log:
fixed help comment option
Modified: trunk/Open-ILS/src/support-scripts/brick_ctl.sh
===================================================================
--- trunk/Open-ILS/src/support-scripts/brick_ctl.sh 2007-09-20 19:18:55 UTC (rev 7814)
+++ trunk/Open-ILS/src/support-scripts/brick_ctl.sh 2007-09-20 21:20:10 UTC (rev 7815)
@@ -47,7 +47,7 @@
function usage {
echo "";
echo "usage: $0 -a <action>"
- echo " -h <base_url> : host + path URL where the download file lives";
+ echo " -u <base_url> : host + path URL where the download file lives";
echo " -f <build_file> : the name of the bundle to fetch";
echo " -x <xul_dir> : the destination xul directory";
echo "Actions:";
More information about the open-ils-commits
mailing list