From 28d4e8c1cb603ba7b987b60f1633da619ba55def Mon Sep 17 00:00:00 2001 Message-Id: <28d4e8c1cb603ba7b987b60f1633da619ba55def.1546845902.git.hahn@univention.de> From: Philipp Hahn Date: Fri, 4 Jan 2019 12:38:41 +0100 Subject: [PATCH] Bug #47834 up: Fix univention-upgrade --help Organization: Univention GmbH, Bremen, Germany --- base/univention-updater/python/univention-upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/univention-updater/python/univention-upgrade b/base/univention-updater/python/univention-upgrade index 56718bd862..0b2258647a 100755 --- a/base/univention-updater/python/univention-upgrade +++ b/base/univention-updater/python/univention-upgrade @@ -344,7 +344,7 @@ def parse_args(): group.add_option( "--enable-app-updates", dest="app_updates", action="store_true", - help="Skip updating installed Apps") + help="Update installed Apps") group.add_option( "--disable-app-updates", dest="app_updates", action="store_false", -- 2.11.0