diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-21 10:50:42 +0100 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-21 10:50:56 +0100 |
commit | ff93fce61b144fa74a96ad6b76f4c104f41611d3 (patch) | |
tree | ac7f9cdbbdc0e39fad1ea285e91da1330ae8f6bd /docs | |
parent | b3cb4f477087b5ee8b8af70a32ef4c0c8def82f1 (diff) |
fix typos
Change-Id: Ic52ddbcc6142cf0b89e21b5a59f6ac91e0524664
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: DOC-342
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cmd_help_onap_amsterdam.rst | 2 | ||||
-rw-r--r-- | docs/cmd_help_onap_beijing.rst | 2 | ||||
-rw-r--r-- | docs/open_cli_schema_version_1_0.rst | 2 | ||||
-rw-r--r-- | docs/user_guide.rst | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/cmd_help_onap_amsterdam.rst b/docs/cmd_help_onap_amsterdam.rst index ccd54ca5..1bc0985a 100644 --- a/docs/cmd_help_onap_amsterdam.rst +++ b/docs/cmd_help_onap_amsterdam.rst @@ -1533,7 +1533,7 @@ Error:: usage: onap microservice-list -Lists the registetred micro services in Onap +Lists the registered micro services in Onap Product: onap-amsterdam Service: msb diff --git a/docs/cmd_help_onap_beijing.rst b/docs/cmd_help_onap_beijing.rst index 363f0ef8..bd572cdb 100644 --- a/docs/cmd_help_onap_beijing.rst +++ b/docs/cmd_help_onap_beijing.rst @@ -1896,7 +1896,7 @@ microservice-list usage: oclip microservice-list -Lists the registetred micro services in Onap +Lists the registered micro services in Onap Product: onap-beijing Service: msb diff --git a/docs/open_cli_schema_version_1_0.rst b/docs/open_cli_schema_version_1_0.rst index c3d09524..634052ef 100644 --- a/docs/open_cli_schema_version_1_0.rst +++ b/docs/open_cli_schema_version_1_0.rst @@ -573,7 +573,7 @@ there are two scopes: * *short* : attribute configured with this option will always printed by default -* *long* : attriuted configured with this option will get printed only when +* *long* : attribute configured with this option will get printed only when user inputs the default parameter *long*, defined in *default_parameters* section. So to print all attributes of a command, user will input parameter: diff --git a/docs/user_guide.rst b/docs/user_guide.rst index b87b39c7..9bbceb4b 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -83,7 +83,7 @@ running the CLI. 5. Profile information is persisted, so when you disconnect and connect again the CLI console, you can start use the same profile again. -NOTE: Use the directive 'set' for setting the values for parameters and 'unset' for reseting the values. +NOTE: Use the directive 'set' for setting the values for parameters and 'unset' for resetting the values. In Beijing release, new default profile named as 'onap-beijing' is delivered with all default ONAP service credentials. so user could use this profile to avoid setting the credentials every time. @@ -132,7 +132,7 @@ Command usage guide ------------------- Following documents provide the usage for each commands supported in different releases. -NOTE: Command marked with EXPERIMENTAL is only for testing purpose. Its not recommeded to use in production environment +NOTE: Command marked with EXPERIMENTAL is only for testing purpose. Its not recommended to use in production environment .. toctree:: :maxdepth: 1 |