tweak, Thanks you Andrew

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7947 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-03-20 13:42:42 +00:00
parent 32bf92fb01
commit d86185c4ae
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ case "$1" in
[ -f $PID_FILE ] && restart || :
;;
*)
echo "Usage: $PROG_NAME {start|stop|status|reload|restart"
echo "Usage: $PROG_NAME {start|stop|status|reload|restart}"
exit 1
;;
esac