fix ansible-commit --help
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jérémy Lecour 2022-04-27 15:12:02 +02:00 committed by Jérémy Lecour
parent 805a8ecb3a
commit 666487e00c

View file

@ -2,7 +2,7 @@
set -u
VERSION="22.04"
VERSION="22.04.1"
show_version() {
cat <<END
@ -34,8 +34,7 @@ Options
-V, --version print version number
-v, --verbose increase verbosity
-n, --dry-run actions are not executed
--help print this message and exit
--version print version and exit
-h, --help print this message and exit
END
}