Minor typos in ksu-create and ksu-update documented options
Change-Id: Ie39cc0e8357c69300e797f079ed3b904792c8593
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osmclient/cli_commands/ksu.py b/osmclient/cli_commands/ksu.py
index a9015a5..a66571a 100755
--- a/osmclient/cli_commands/ksu.py
+++ b/osmclient/cli_commands/ksu.py
@@ -237,7 +237,7 @@
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 @@
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)