From: Kanagaraj Manickam k00365106 Date: Thu, 12 Oct 2017 05:27:19 +0000 (+0530) Subject: Fix minor issues X-Git-Tag: 1.0.0-Amsterdam~113^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5a7190730d457e7193383d7a2f68f1a849796f2c;p=cli.git Fix minor issues - host-url - spelling - ocs name CLI-40 Change-Id: I7c8acd533c6ca8eb72a73dba1b6349afe24c0485 Signed-off-by: Kanagaraj Manickam k00365106 --- diff --git a/README.md b/README.md index 07cae08d..670fbc6f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Type **onap** from linux console. And use the directive set to set the values for following parameters: -1. **onap-host-url** - Onap Micro service bus(MSB) URL or a service URL +1. **host-url** - Onap Micro service bus(MSB) URL or a service URL 2. **onap-username** - Onap user name 3. **onap-password** - Onap user password diff --git a/docs/installation_guide.rst b/docs/installation_guide.rst index 8f7f2503..95dc6046 100644 --- a/docs/installation_guide.rst +++ b/docs/installation_guide.rst @@ -11,7 +11,7 @@ ONAP CLI is delivered in following formats: * Nexus ZIP artifact * Docker image -And tt could be installed by following one of the approaches given below: +And it could be installed by following one of the approaches given below: Using install.sh ---------------- diff --git a/docs/logging.rst b/docs/logging.rst index be86c222..9c92fbd1 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -3,9 +3,9 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 Huawei Technologies Co., Ltd. -Logging -======= +CLI Logging +=========== -ONAP CLI provides logging based on slf4j and logging.properties is used to configure it. +ONAP CLI provides logging based on slf4j and ONAP_CLI_HOME/conf/logging.properties is used to configure it. By default it reports the logs under ONAP_CLI_HOME/logs folder. \ No newline at end of file diff --git a/docs/open_cli_schema_version_1_0.rst b/docs/open_cli_schema_version_1_0.rst index e8592e98..5d649eaf 100644 --- a/docs/open_cli_schema_version_1_0.rst +++ b/docs/open_cli_schema_version_1_0.rst @@ -3,8 +3,8 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2017 Huawei Technologies Co., Ltd. -Open Command Line Interface (CLI) Schema Version 1.0 -==================================================== +Open Command Line Interface (CLI) Schema Version (OCS) 1.0 +========================================================== Open CLI Platform (OCLIP) provides model based framework to implement Linux Commands for any given software products, by using YAML template diff --git a/docs/user_guide.rst b/docs/user_guide.rst index d002662b..3e9c89fe 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -21,11 +21,11 @@ Type **onap ** from linux console. To Run in Interactive mode -------------------------- -Type **onap** from linux console. +Type **onap** from linux/web console. And use the directive set to set the values for following parameters: -1. **onap-host-url** - Onap Micro service bus(MSB) URL or a service URL +1. **host-url** - Onap Micro service bus(MSB) URL or a service URL 2. **onap-username** - Onap user name 3. **onap-password** - Onap user password