aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-03-29 17:23:26 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-29 17:23:26 +0000
commit7963e804749c3e9aac77ad98baef80a3b8f9d018 (patch)
tree039f09894aa919f0828082c6e3ca8425c9ad0177
parenta57d055fa31650fcdeadc8514a1f9f551be395c0 (diff)
parentfe3f54169ad1a17d27c81a73c18336e9cf94a509 (diff)
Merge "Fixed typo in quickstart guide"
-rw-r--r--docs/oom_quickstart_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst
index 879bbb923d..eb5d373721 100644
--- a/docs/oom_quickstart_guide.rst
+++ b/docs/oom_quickstart_guide.rst
@@ -166,7 +166,7 @@ follows::
**Step 7.** Once the repo is setup, installation of ONAP can be done with a
single command::
- > helm install local/onap -name dev --namespace onap
+ > helm install local/onap -n dev --namespace onap
.. note::
The requirement for the use of the `onap` namespace will be lifted once the OOM team completes their Beijing deveivers.