diff --git a/osmclient/cli_commands/oka.py b/osmclient/cli_commands/oka.py index 786cec6144e690513b95b453c2d206154a552d95..74cdc708bc9c6ee2c7236b72ae3e1561bfb68889 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