Amend show_help function for a more complete

This commit is contained in:
Tristan PILAT 2020-04-21 17:32:48 +02:00
parent 5ee0d20fe9
commit 9164fe2459

View file

@ -46,19 +46,40 @@ END
show_help() { show_help() {
cat <<END cat <<END
evocheck is a script that verifies Evolix conventions on OpenBSD servers. NAME:
evocheck - a system configuration verification tool
Usage: evocheck VERSION:
or evocheck --cron ${VERSION}
or evocheck --quiet
or evocheck --verbose
Options DESCRIPTION:
--cron disable a few checks A script that verifies Evolix conventions on OpenBSD servers
-v, --verbose increase verbosity of checks
-q, --quiet nothing is printed on stdout nor stderr AUTHORS:
-h, --help print this message and exit Benoit Serie <bserie@evolix.fr>
--version print version and exit Gregory Colpart <reg@evolix.fr>
Jeremy Dubois <jdubois@evolix.fr>
Jeremy Lecour <jlecour@evolix.fr>
Ludovic Poujol <lpoujol@evolix.fr>
Romain Dessort <rdessort@evolix.fr>
Tristan Pilat <tpilat@evolix.fr>
Victor Laborie <vlaborie@evolix.fr>
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 END
} }