Fix help in OKA options related to profile-type 17/14817/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 9 Dec 2024 10:40:35 +0000 (11:40 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 9 Dec 2024 12:13:29 +0000 (13:13 +0100)
Change-Id: I69d319b78d6f36df581ce6b769ef5d4f9cee9fc9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osmclient/cli_commands/oka.py

index 786cec6..74cdc70 100755 (executable)
@@ -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