From 9ed62204ae8d2b0207d0d8a480a38862e2524f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Mon, 29 Jun 2020 09:19:03 +0200 Subject: [PATCH] Add info about -q|--quiet option --- cluster/maco.check.update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cluster/maco.check.update.sh b/cluster/maco.check.update.sh index 1516764..37563bf 100755 --- a/cluster/maco.check.update.sh +++ b/cluster/maco.check.update.sh @@ -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