Minor patch

This commit is contained in:
Miroslav Štampar 2026-07-02 21:57:17 +02:00
parent fe69e6bfcc
commit 2719ce6c59
5 changed files with 18 additions and 9 deletions

View file

@ -145,7 +145,10 @@ def cmdLineParser(argv=None):
help="Load options from a configuration INI file")
target.add_argument("--openapi", dest="openApiFile",
help="Derive targets from an OpenAPI/Swagger specification (file or URL)")
help="Derive targets from OpenAPI/Swagger (file/URL)")
target.add_argument("--openapi-base", dest="openApiBase",
help="Base URL for a host-less OpenAPI/Swagger spec")
# Request options
request = parser.add_argument_group("Request", "These options can be used to specify how to connect to the target URL")