moved to a more conventional "at least one must be included" format for bash script command arguments

This commit is contained in:
Bryan Joshua Pedini 2020-02-14 23:19:21 +01:00
parent efd38d5039
commit de987c6363
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cat << "EOF"
EOF
function show_help () {
echo "Usage: $0 [help] [install] [start] [stop] [full-upgrade]"
echo "Usage: $0 [help] <install | start | stop | full-upgrade>"
cat << "EOF"
Parameters:
help: Displays this help message and exits.