aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/installation_guide.rst2
-rw-r--r--docs/logging.rst6
-rw-r--r--docs/open_cli_schema_version_1_0.rst4
-rw-r--r--docs/user_guide.rst4
5 files changed, 9 insertions, 9 deletions
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 <command>** 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