From 7dd5d3e7a02b07b52efcf15bcf414d82e0a6e237 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 17 Jan 2025 00:51:56 +0100 Subject: [PATCH] Minor typos in ksu-create and ksu-update documented options Change-Id: Ie39cc0e8357c69300e797f079ed3b904792c8593 Signed-off-by: garciadeblas --- osmclient/cli_commands/ksu.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ 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) -- 2.25.1