fixed help comment option
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 20 Sep 2007 21:20:10 +0000 (21:20 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 20 Sep 2007 21:20:10 +0000 (21:20 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7815 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/brick_ctl.sh

index a447db1..e64674b 100755 (executable)
@@ -47,7 +47,7 @@ DRONE_BASE=". /etc/profile && osrf_ctl.sh -d $OSRF_PID_DIR -c $OSRF_CONFIG";
 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:";