Remove '-h' from install.sh help text

This commit is contained in:
Tom Eastep 2009-06-15 05:50:23 -07:00
parent a6d2497653
commit d0230e205d
5 changed files with 2 additions and 5 deletions

View File

@ -30,7 +30,6 @@ usage() # $1 = exit status
echo "usage: $ME"
echo " $ME -v"
echo " $ME -h"
echo " $ME -n"
exit $1
}

View File

@ -30,7 +30,6 @@ usage() # $1 = exit status
echo "usage: $ME"
echo " $ME -v"
echo " $ME -h"
echo " $ME -n"
exit $1
}

View File

@ -112,7 +112,8 @@ Shorewall 4.4.0 Beta 2
2) The compiled script could fail with an error such as the following
when the internal traffic shaper was enabled:
ERROR: Command "tc qdisc add dev dsl0 root handle 1: htb default 0 r2q 5.5" Failed
ERROR: Command "tc qdisc add dev dsl0 root handle 1: htb
default 0 r2q 5.5" Failed
----------------------------------------------------------------------------
K N O W N P R O B L E M S R E M A I N I N G

View File

@ -30,7 +30,6 @@ usage() # $1 = exit status
echo "usage: $ME"
echo " $ME -v"
echo " $ME -h"
echo " $ME -n"
exit $1
}

View File

@ -30,7 +30,6 @@ usage() # $1 = exit status
echo "usage: $ME"
echo " $ME -v"
echo " $ME -h"
echo " $ME -n"
exit $1
}