From e44fabe1faaec4a0831da7ab8353a47ae2c6ff68 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Aug 09 2021 01:21:15 +0000 Subject: container-build: improve help text for --signing-intent argument Explain how users should use this field and how to discover the list of allowed values. Signed-off-by: Ken Dreyer --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index 0d3eb76..72cab39 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -1602,7 +1602,12 @@ class cliClient(object): parser.add_argument( '--signing-intent', - help='Signing intent of the ODCS composes.') + help="Signing intent of the ODCS composes. If specified, this" + " must be one of the signing intent names configured on the OSBS" + " server. If unspecified, the server will use the signing intent" + " of the compose_ids you specify, or the server's" + " default_signing_intent. To view the full list of possible" + " names, see REACTOR_CONFIG in orchestrator.log.") parser.add_argument( '--skip-remote-rules-validation',