diff options
author | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-03-15 18:55:52 +0800 |
---|---|---|
committer | Ruoyu Ying <ruoyu.ying@intel.com> | 2019-03-15 19:05:34 +0800 |
commit | 0431db467f37ae5414d04c9cd5ba4090b1cf3d65 (patch) | |
tree | cd7a8e8966ab0a549444cf7b206c3f24b83cf0e4 /products/onap-dublin/features/policy | |
parent | f2c1cdcd3fe7e3f4d00456a4744f96d271719f9a (diff) |
Modify the short-options to remove conflicts
Change-Id: Iba3bb9135f49397224206d2657b19d1a9f94406e
Issue-ID: CLI-140
Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
Diffstat (limited to 'products/onap-dublin/features/policy')
2 files changed, 4 insertions, 4 deletions
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 |