wrapper fixes
This commit is contained in:
parent
1e13e8e263
commit
0762018677
1 changed files with 1 additions and 2 deletions
3
cloudbot
3
cloudbot
|
@ -111,8 +111,7 @@ processargs() {
|
|||
status
|
||||
;;
|
||||
*)
|
||||
echo "Please enter a command:"
|
||||
usage="./cloudbot {start|stop|restart|clear|status}"
|
||||
usage="usage: ./cloudbot {start|stop|restart|clear|status}"
|
||||
echo $usage
|
||||
;;
|
||||
esac
|
||||
|
|
Reference in a new issue