Fix minor issues 49/18449/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 12 Oct 2017 05:27:19 +0000 (10:57 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 12 Oct 2017 05:27:19 +0000 (10:57 +0530)
- host-url
- spelling
- ocs name

CLI-40

Change-Id: I7c8acd533c6ca8eb72a73dba1b6349afe24c0485
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
README.md
docs/installation_guide.rst
docs/logging.rst
docs/open_cli_schema_version_1_0.rst
docs/user_guide.rst

index 07cae08..670fbc6 100644 (file)
--- 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
 
index 8f7f250..95dc604 100644 (file)
@@ -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
 ----------------
index be86c22..9c92fbd 100644 (file)
@@ -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
index e8592e9..5d649ea 100644 (file)
@@ -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
index d002662..3e9c89f 100644 (file)
@@ -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