From 9164fe2459958abb07089058e9e40c5c782d7b1a Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Tue, 21 Apr 2020 17:32:48 +0200 Subject: [PATCH] Amend show_help function for a more complete --- evocheck.sh | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/evocheck.sh b/evocheck.sh index e75b839..9e11a40 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -46,19 +46,40 @@ END show_help() { cat < + Gregory Colpart + Jeremy Dubois + Jeremy Lecour + Ludovic Poujol + Romain Dessort + Tristan Pilat + Victor Laborie + +USAGE: evocheck + or evocheck --cron + or evocheck --quiet + or evocheck --verbose + +OPTIONS: + --cron disable a few checks + -v, --verbose increase verbosity of checks + -q, --quiet nothing is printed on stdout nor stderr + -h, --help, --version print this message and exit + +COPYRIGHT: + evocheck comes with ABSOLUTELY NO WARRANTY. This is free software, + and you are welcome to redistribute it under certain conditions. + See the GNU General Public License v3.0 for details. 2009-2020 END }