summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2022-12-05 10:18:56 +0000
committerStephen Finucane <sfinucan@redhat.com>2022-12-05 10:18:56 +0000
commit4cf22b3d76b254d9c51059b4368e064ea7ce9268 (patch)
treec092ded0262c5ea66d560306317fe89d73a55402 /doc
parentbb5b2904780835f6b7bdbf1affa2238c8ab7d51d (diff)
downloadpython-openstackclient-4cf22b3d76b254d9c51059b4368e064ea7ce9268.tar.gz
docs: Fix typos
Change-Id: I902e8b35d4423f91dd8cdeecbcc7e60af877da75 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'doc')
-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 48070e52..24a479c3 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``