From: garciadeblas Date: Mon, 9 Dec 2024 10:40:35 +0000 (+0100) Subject: Fix help in OKA options related to profile-type X-Git-Tag: v17.0.0~4 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F14817%2F1;p=osm%2Fosmclient.git Fix help in OKA options related to profile-type Change-Id: I69d319b78d6f36df581ce6b769ef5d4f9cee9fc9 Signed-off-by: garciadeblas --- diff --git a/osmclient/cli_commands/oka.py b/osmclient/cli_commands/oka.py index 786cec6..74cdc70 100755 --- a/osmclient/cli_commands/oka.py +++ b/osmclient/cli_commands/oka.py @@ -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