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
This commit is contained in:
zhengsenyan 2016-07-07 14:02:13 +08:00
parent 272d193401
commit 1e895f3286
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Show server's remote console URL
.. option:: --xvpvnc
Show xpvnc console URL
Show xvpvnc console URL
.. option:: --spice

View File

@ -543,7 +543,7 @@ server rescue
Put server in rescue mode
.. program:: server rescure
.. program:: server rescue
.. code:: bash
os server rescue

View File

@ -87,7 +87,7 @@ class ShowConsoleURL(command.ShowOne):
dest='url_type',
action='store_const',
const='xvpvnc',
help=_("Show xpvnc console URL")
help=_("Show xvpvnc console URL")
)
type_group.add_argument(
'--spice',