Skip to content

Commit 1e895f3

Browse files
author
zhengsenyan
committed
fix one spelling mistake and two help messages
I checked all the 70 rst files in doc/source/command-objects and found that: -one spelling mistake as:rescure should be rescue(server.rst) -two help messages:xpvnc should be xvpvnc(console-url.rst and console.py) Change-Id: I6f46c79983eaf5650bd3aa0ab448c19f5c6527a9
1 parent 272d193 commit 1e895f3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/source/command-objects/console-url.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Show server's remote console URL
2424

2525
.. option:: --xvpvnc
2626

27-
Show xpvnc console URL
27+
Show xvpvnc console URL
2828

2929
.. option:: --spice
3030

doc/source/command-objects/server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ server rescue
543543
544544
Put server in rescue mode
545545
546-
.. program:: server rescure
546+
.. program:: server rescue
547547
.. code:: bash
548548
549549
os server rescue

openstackclient/compute/v2/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def get_parser(self, prog_name):
8787
dest='url_type',
8888
action='store_const',
8989
const='xvpvnc',
90-
help=_("Show xpvnc console URL")
90+
help=_("Show xvpvnc console URL")
9191
)
9292
type_group.add_argument(
9393
'--spice',

0 commit comments

Comments
 (0)