From 7b0eebe6e82ef41f8116237d24b01323397104f4 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Feb 08 2023 01:47:13 +0000 Subject: container-build: document --compose-ids overrides any new composes Explain that when a user specifies --compose-ids, OSBS will not generate any new composes. Signed-off-by: Ken Dreyer --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index fea2f66..97642b5 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -1755,7 +1755,8 @@ class cliClient(object): dest='compose_ids', metavar='COMPOSE_ID', type=int, - help=('Use existing ODCS composes (specify integers). ' + help=('Existing ODCS composes to use (specify integers). OSBS ' + 'will not generate new ODCS composes. ' 'Cannot be used with --signing-intent.'), nargs='+') self.container_build_parser.add_argument(