diff options
Diffstat (limited to 'framework/src/test/resources/sample-test-schema-auth-required.yaml')
-rw-r--r-- | framework/src/test/resources/sample-test-schema-auth-required.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/test/resources/sample-test-schema-auth-required.yaml b/framework/src/test/resources/sample-test-schema-auth-required.yaml index e7f5419a..062388f1 100644 --- a/framework/src/test/resources/sample-test-schema-auth-required.yaml +++ b/framework/src/test/resources/sample-test-schema-auth-required.yaml @@ -1,6 +1,6 @@ open_cli_schema_version: 1.0 name: sample-test -description: Onap sample command to test the command features +description: Oclip sample command to test the command features info: product: open-cli service: test @@ -9,7 +9,7 @@ info: parameters: - name: bool-param type: bool - description: Onap boolean param, by default its always false. + description: Oclip boolean param, by default its always false. short_option: b long_option: bool is_optional: true |