From: garciadeblas Date: Thu, 16 Jan 2025 23:51:56 +0000 (+0100) Subject: Minor typos in ksu-create and ksu-update documented options X-Git-Tag: v18.0.0~17 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F14879%2F1;p=osm%2Fosmclient.git Minor typos in ksu-create and ksu-update documented options Change-Id: Ie39cc0e8357c69300e797f079ed3b904792c8593 Signed-off-by: garciadeblas --- 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)