Skip to content
Snippets Groups Projects
Commit bd920517 authored by garciadeblas's avatar garciadeblas
Browse files

Fix help in OKA options related to profile-type


Change-Id: I69d319b78d6f36df581ce6b769ef5d4f9cee9fc9
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent a447d930
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ logger = logging.getLogger("osmclient")
]
),
default="app-profile",
help="type of profile",
help="type of profile. Default: app-profile",
)
@click.option(
"--helm-repo-name",
......@@ -112,7 +112,7 @@ def oka_generate(
]
),
default="app-profile",
help="type of profile",
help="type of profile. Default: app-profile",
)
@click.option("--description", default="", help="human readable description")
@click.pass_context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment