From bd92051768c2c29e08692f54bd001e2d4563906c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 9 Dec 2024 11:40:35 +0100 Subject: [PATCH] Fix help in OKA options related to profile-type Change-Id: I69d319b78d6f36df581ce6b769ef5d4f9cee9fc9 Signed-off-by: garciadeblas --- osmclient/cli_commands/oka.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1