[Update] Add new args to update.sh -h output (#3787)

master
Peter 2020-10-02 22:27:26 +02:00 committed by GitHub
parent b5ee399fa2
commit 4234cc027b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ while (($#)); do
NO_UPDATE_COMPOSE=y NO_UPDATE_COMPOSE=y
;; ;;
--help|-h) --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) -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! --ours - Use merge strategy option "ours" to solve conflicts in favor of non-mailcow code (local changes over remote changes), not recommended!