summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-12-20 13:20:13 +0000
committerGerrit Code Review <review@openstack.org>2022-12-20 13:20:13 +0000
commit1d96a899f8486095bbd75973bd547551c2676a34 (patch)
tree0e10c1cc23b08b3fd18f31a182558bac461b2232
parenta805f7ebb193a54e2bd82b1490f55b930ac90655 (diff)
parent4cf22b3d76b254d9c51059b4368e064ea7ce9268 (diff)
downloadpython-openstackclient-1d96a899f8486095bbd75973bd547551c2676a34.tar.gz
Merge "docs: Fix typos"
-rw-r--r--doc/source/contributor/humaninterfaceguide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/contributor/humaninterfaceguide.rst b/doc/source/contributor/humaninterfaceguide.rst
index 5987b86f..db6d7987 100644
--- a/doc/source/contributor/humaninterfaceguide.rst
+++ b/doc/source/contributor/humaninterfaceguide.rst
@@ -246,7 +246,7 @@ Objects and Actions
Commands consist of an object, described by one or more words, followed by an
action. ::
- <object> <action> [<name-or-id>]
+ <object> <action>
For example:
@@ -411,7 +411,7 @@ For example:
* ``server show <name-or-id>`` (compute servers have names or IDs and can be
referenced by both)
* ``consumer show <id>`` (identity consumers only have IDs, not names)
-* ``server show --toplogy <name-or-id>`` (additional information should be
+* ``server show --topology <name-or-id>`` (additional information should be
provided as options)
``list``