diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-01 15:35:09 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-03-01 15:35:09 +0530 |
commit | 40da8f2ca11275489a79dfe8ec7aeb221904b2db (patch) | |
tree | 7030c8c31c4efb358cc64658f010899ef541f1e7 | |
parent | 8883ceff56413298341feb5ca8d26c93037dea77 (diff) |
Migrate the wording from onap to oclip in doc
Issue-ID: CLI-95
Change-Id: I4d860d97508ce93b323706dc155519bc57318b1b
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | docs/user_guide.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 6f761756..4dc633f8 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -18,11 +18,11 @@ Configure the following environment variables, before using it: To Run a command ----------------- -Type **onap <command>** from linux console. +Type **oclip <command>** from linux console. To Run in Interactive mode -------------------------- -Type **onap** from linux/web console. +Type **oclip** from linux/web console. And use the directive set to set the values for following parameters: @@ -39,7 +39,7 @@ time. so to choose the product version, set environment variable NOTE: In interactive mode, product version can be selected using typing **use <product-version>** -Run *onap [-v|--version]* to see the CLI and available product version details +Run *oclip [-v|--version]* to see the CLI and available product version details Profiling arguments ------------------- @@ -47,7 +47,7 @@ In interactive mode, user can use profiles for for “set arguments value once a Please follow the steps given below for setting profiles: -1. Open the ONAP CLI interactive console +1. Open the CLI interactive console 2. Create the profile, say ‘test:aai’ by running ‘profile test:aai’ There is no limit in number of profiles. OCLIP will create a profile if not exist already, @@ -74,8 +74,8 @@ NOTE: Use the directive 'set' for setting the values for parameters and 'unset' Help ---- -*onap [-h|--help]* -*onap <command> [-h|--help]* +*oclip [-h|--help]* +*oclip <command> [-h|--help]* Debug Mode ---------- |