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
|
status
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "Please enter a command:"
|
usage="usage: ./cloudbot {start|stop|restart|clear|status}"
|
||||||
usage="./cloudbot {start|stop|restart|clear|status}"
|
|
||||||
echo $usage
|
echo $usage
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Reference in a new issue