rename backup-server-state to dump-server-state #150

Closed
gcolpart wants to merge 518 commits from unstable into rename-backup-server-state
Showing only changes of commit 666487e00c - Show all commits

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
}