Add options list in help message
This commit is contained in:
parent
2e493e086f
commit
baab6c28a4
|
@ -42,7 +42,7 @@ readonly MACO_TMP_URGENT_FILE="/tmp/.maco.urgent.upgrade"
|
||||||
usage() { # {{{
|
usage() { # {{{
|
||||||
|
|
||||||
cat <<- EOF
|
cat <<- EOF
|
||||||
usage: $PROGNAME
|
usage: $PROGNAME [-h,--help|-d,--debug|-s,--simulate]
|
||||||
|
|
||||||
Compare current version of Maco script with the latest and
|
Compare current version of Maco script with the latest and
|
||||||
the urgent versions then try to prepare the host by:
|
the urgent versions then try to prepare the host by:
|
||||||
|
|
Loading…
Reference in New Issue