From 4234cc027bfc5c911f248b1012c83f07f0308ef3 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 2 Oct 2020 22:27:26 +0200 Subject: [PATCH] [Update] Add new args to update.sh -h output (#3787) --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 79d9f15c..f23bbcc7 100755 --- a/update.sh +++ b/update.sh @@ -154,7 +154,7 @@ while (($#)); do NO_UPDATE_COMPOSE=y ;; --help|-h) - echo './update.sh [-c|--check, --ours, --gc, --skip-start, -h|--help] + echo './update.sh [-c|--check, --ours, --gc, --no-update-compose, --prefetch, --skip-start, -f|--force, -h|--help] -c|--check - Check for updates and exit (exit codes => 0: update available, 3: no updates) --ours - Use merge strategy option "ours" to solve conflicts in favor of non-mailcow code (local changes over remote changes), not recommended!