summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/compute/v2/console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/v2/console.py b/openstackclient/compute/v2/console.py
index 4179fa5c..74bed441 100644
--- a/openstackclient/compute/v2/console.py
+++ b/openstackclient/compute/v2/console.py
@@ -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',