update doc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-05-21 15:27:36 +02:00
parent 228b32f81a
commit 02603c84b4
Signed by: deblan
GPG key ID: 579388D585F70417

8
script
View file

@ -3,13 +3,13 @@
set -eu
usage() {
printf "Usage: %s [-l debug|info|error] [-h]\n" "$0"
printf "Usage: %s [-l DEBUG_LEVEL] [-h]\n" "$0"
}
help() {
cat << EOH
SYNOPSIS
$0 [-h]
$0 [-l DEBUG_LEVEL] [-h]
DESCRIPTION
@ -19,8 +19,8 @@ help() {
-h Show this help
-l debug|info|error
Debug level
-l debug|info|notice|warning|error
Debug level
EOH
}