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 }