aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/cookbook.rst2
-rw-r--r--docs/release-notes.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/cookbook.rst b/docs/cookbook.rst
index a21e2015..d5692b6f 100644
--- a/docs/cookbook.rst
+++ b/docs/cookbook.rst
@@ -16,7 +16,7 @@ To Run OCLIP on local docker machine
2. Pull cli docker image and run locally::
- docker run -d --name oclip -e CLI_MODE=daemon -p 8080:9090 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
+ docker run -d --name oclip -e OPEN_CLI_MODE=daemon -p 8080:9090 -p 8080:80 nexus3.onap.org:10001/onap/cli:2.0-STAGING-latest
Access the CLI console
~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index cdacebbb..13f6ed0a 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -25,9 +25,9 @@ In addition, it made following changes to OCS 1.0
* http profile is enabled with
--- service to capture micro-service catalog and auth information
+# service to capture micro-service catalog and auth information
--- body section could be customized using context
+# body section could be customized using context
* New default parameters verify and context are added.