Minor typos in ksu-create and ksu-update documented options 79/14879/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 16 Jan 2025 23:51:56 +0000 (00:51 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 16 Jan 2025 23:52:09 +0000 (00:52 +0100)
Change-Id: Ie39cc0e8357c69300e797f079ed3b904792c8593
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osmclient/cli_commands/ksu.py

index a9015a5..a66571a 100755 (executable)
@@ -237,7 +237,7 @@ def ksu_create(ctx, args, ksu_params):
     Options:
       --ksu NAME             name of the KSU to be created
       --profile NAME         name or ID of the profile the KSU will belong to
-      --profile_type TYPE    type of the profile:
+      --profile-type TYPE    type of the profile:
                              [infra-controller-profile|infra-config-profile|app-profile|resource-profile]
       --oka OKA_ID           name or ID of the OKA that will be incorporated to the KSU
                              (either --oka or --sw_catalog must be used)
@@ -325,7 +325,7 @@ def ksu_update(ctx, args, ksu_params):
     Options:
       --ksu NAME             name of the KSU to be udpated
       --profile NAME         name or ID of the profile the KSU will belong to
-      --profile_type TYPE    type of the profile:
+      --profile-type TYPE    type of the profile:
                              [infra-controller-profile|infra-config-profile|app-profile|resource-profile]
       --oka OKA_ID           name or ID of the OKA that will be incorporated to the KSU
                              (either --oka or --sw_catalog must be used)