Add info about -q|--quiet option

This commit is contained in:
Jeremy Gardais 2020-06-29 09:19:03 +02:00
parent b13eaf3564
commit 9ed62204ae
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,7 @@ readonly MACO_TMP_URGENT_FILE="/tmp/.maco.urgent.upgrade"
usage() { # {{{
cat <<- EOF
usage: $PROGNAME [-d|-h|-s]
usage: $PROGNAME [-d|-h|-s|-q]
Compare current version of Maco script with the latest and
the urgent versions then try to prepare the host by:
@ -61,6 +61,9 @@ OPTIONS:
-s,--simulate
Only display messages and don't manage temp files.
-q,--quiet
Disable messages on standard output (except for error).
EOF