Update the "-l or -r" usage to better conform to the standard

Submitted by:	ed
This commit is contained in:
Doug Barton 2009-12-27 23:15:23 +00:00
parent 767239710b
commit 81ef4483d0

View File

@ -33,7 +33,7 @@ usage () {
echo '' echo ''
echo 'Usage:' echo 'Usage:'
echo "${0##*/} -e" echo "${0##*/} -e"
echo "${0##*/} [-v] -l|r" echo "${0##*/} [-v] -l | -r"
echo "${0##*/} [-v] <rc.d script> start|stop|etc." echo "${0##*/} [-v] <rc.d script> start|stop|etc."
echo "${0##*/} -h" echo "${0##*/} -h"
echo '' echo ''