Remove redundant 'run' command from help output

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-09-02 12:57:04 -07:00
parent 9e039e30e5
commit fc58dab66d

View File

@ -3583,7 +3583,6 @@ usage() # $1 = exit status
echo " start [ -f ] [ -p ] [ <directory> ]"
echo " stop"
echo " status [ -i ]"
echo " run <function> [ function ... ]"
echo " version [ -a ]"
echo
exit $1