From: Ruoyu Ying Date: Fri, 15 Mar 2019 10:55:52 +0000 (+0800) Subject: Modify the short-options to remove conflicts X-Git-Tag: 3.0.0~35 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0431db467f37ae5414d04c9cd5ba4090b1cf3d65;p=cli.git Modify the short-options to remove conflicts Change-Id: Iba3bb9135f49397224206d2657b19d1a9f94406e Issue-ID: CLI-140 Signed-off-by: Ruoyu Ying --- diff --git a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-create-schema-outdated-dublin.yaml b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-create-schema-outdated-dublin.yaml index 248ac60b..354a9189 100644 --- a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-create-schema-outdated-dublin.yaml +++ b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-create-schema-outdated-dublin.yaml @@ -32,13 +32,13 @@ parameters: description: Policy config type type: string long_option: policy--config-type - short_option: t + short_option: T is_optional: false - name: policy-scope description: Policy scope type: string long_option: policy-scope - short_option: s + short_option: S is_optional: false - name: onap-name description: Onap name diff --git a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml index d825de38..7173ef33 100644 --- a/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml +++ b/products/onap-dublin/features/policy/src/main/resources/open-cli-schema/policy/policy-update-schema-outdated-dublin.yaml @@ -32,13 +32,13 @@ parameters: description: Policy config type type: string long_option: policy--config-type - short_option: t + short_option: T is_optional: false - name: policy-scope description: Policy scope type: string long_option: policy-scope - short_option: s + short_option: S is_optional: false - name: onap-name description: Onap name