Update "help" for terminal commander

merge-requests/63/head
Moe 2019-01-14 11:18:46 -08:00
parent c9324a6a74
commit a780889fe6
1 changed files with 4 additions and 4 deletions

View File

@ -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 :"