From 2cce23386830e1f009d119c3e8d5263c335f5930 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jul 06 2022 18:46:55 +0000 Subject: container-build: improve help text for --compose-ids argument Explain that this will cause OSBS to reuse existing ODCS composes. Clarify that that users should specify integers (eg. 1332233), rather than productmd's own "compose IDs" (eg. odcs-1332233-1-20220706.t.0). Signed-off-by: Ken Dreyer --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index 6aa5983..de4737f 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -1746,7 +1746,8 @@ class cliClient(object): dest='compose_ids', metavar='COMPOSE_ID', type=int, - help='ODCS composes used. Cannot be used with --signing-intent', + help=("Use existing ODCS composes (specify integers). " + " Cannot be used with --signing-intent."), nargs='+') self.container_build_parser.add_argument( '--replace-dependency',