From cbbcb1d0b0b2585c98202bd3b233a8c0817ce513 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Oct 14 2020 20:45:37 +0000 Subject: container-build: fix help text for --isolated argument When a user submits an isolated build to OSBS, that setting does not affect OSBS's bump_release plugin at all. Remove the language about auto-incrementing the release value from the --help text. Replace the --help language about "additional tags" with "floating tags". This matches the language that the OSBS user documentation uses. Also, OSBS supports a deprecated (!) "additional-tags" file in dist-git, so it's confusing to refer to "additional tags" here. Signed-off-by: Ken Dreyer --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index 1ecee86..ae44349 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -1560,9 +1560,8 @@ class cliClient(object): parser.add_argument( '--isolated', - help='Do not auto-increment the release value or update' - ' additional tags in the registry. You must use the' - ' --build-release argument', + help='Do not update floating tags in the registry. You must use' + ' the --build-release argument', action="store_true") parser.add_argument(