From d773a8053f9cd873e3dfdc8f33899449bc0c1005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <dev@stellardeath.org> Date: Thu, 5 Nov 2020 16:32:22 +0100 Subject: [PATCH] Fix help text, was copy&pasted from other entry --- mpcdf_setup_subproject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpcdf_setup_subproject.py b/mpcdf_setup_subproject.py index 9de8470..eb19a1d 100644 --- a/mpcdf_setup_subproject.py +++ b/mpcdf_setup_subproject.py @@ -12,7 +12,7 @@ import osc.cmdln @osc.cmdln.option('-n', '--dry-run', action="store_true", help="Do not actually run anything but output the resulting XML configuration") @osc.cmdln.option('--only-project', action="store_true", - help="Do not actually run anything but output the resulting XML configuration") + help="Only change project metadata, do not iterate over packages and change their enabled repositories") @osc.cmdln.option('--remove-old', action="store_true", default=False, help="Remove all obsolete repositories instead of only disabling builds for packages there") @osc.cmdln.alias("mpcdf_setup_sub") -- GitLab