Skip to content

Commit 841616f

Browse files
committed
Correct missspellings of secret
Change-Id: Ia00d5cf3a32f534d1c0f40d5b295610f88a777d4
1 parent 158dbe1 commit 841616f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/source/humaninterfaceguide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Human Interface Guide
33
=====================
44

5-
*Note: This page covers the OpenStackClient CLI only but looks familiar
5+
*Note: This page covers the OpenStackClient CLI only but looks familiar
66
because it was derived from the Horizon HIG.*
77

88
Overview
@@ -297,7 +297,7 @@ Using global options:
297297

298298
.. code-block:: bash
299299
300-
$ openstack --os-tenant-name ExampleCo --os-username demo --os-password secrete --os-auth-url http://localhost:5000:/v2.0 server show appweb01
300+
$ openstack --os-tenant-name ExampleCo --os-username demo --os-password secret --os-auth-url http://localhost:5000:/v2.0 server show appweb01
301301
+------------------------+-----------------------------------------------------+
302302
| Property | Value |
303303
+------------------------+-----------------------------------------------------+
@@ -319,7 +319,7 @@ Using environment variables:
319319
320320
$ export OS_TENANT_NAME=ExampleCo
321321
$ export OS_USERNAME=demo
322-
$ export OS_PASSWORD=secrete
322+
$ export OS_PASSWORD=secret
323323
$ export OS_AUTH_URL=http://localhost:5000:/v2.0
324324
$ openstack server show appweb01
325325
+------------------------+-----------------------------------------------------+

doc/source/man/openstack.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Show the detailed information for server ``appweb01``::
288288

289289
openstack \
290290
--os-project-name ExampleCo \
291-
--os-username demo --os-password secrete \
291+
--os-username demo --os-password secret \
292292
--os-auth-url http://localhost:5000:/v2.0 \
293293
server show appweb01
294294

0 commit comments

Comments
 (0)