Update "help" for terminal commander
parent
c9324a6a74
commit
a780889fe6
|
|
@ -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 :"
|
||||
|
|
|
|||
Loading…
Reference in New Issue