diff --git a/INSTALL/shinobi b/INSTALL/shinobi index 2e2cc788..e8613015 100644 --- a/INSTALL/shinobi +++ b/INSTALL/shinobi @@ -20,13 +20,13 @@ if [[ $@ == *'help'* ]] || [ ! "$1" ]; then echo "=========================================================" echo "Your available options for COMMAND are as follows" echo "=========================================================" - echo "| start or s :" + echo "| start :" echo "|--> Start camera.js and cron.js under PM2 (Process Manager)" echo "-" - echo "| restart or r :" + echo "| restart :" echo "|--> Restart all processes running under the PM2 daemon." echo "-" - echo "| stop, exit, or e :" + echo "| stop, exit :" echo "|--> Stop all processes running under the PM2 daemon." echo "-" echo "| version :" @@ -35,7 +35,7 @@ if [[ $@ == *'help'* ]] || [ ! "$1" ]; then echo "| logs :" echo "|--> Get PM2 log stream with last 100 lines." echo "-" - echo "| clear, flush, or f :" + echo "| clear, flush :" echo "|--> Clear all PM2 logs." echo "-" echo "| startupEnable :"