summaryrefslogtreecommitdiff
path: root/openstackclient
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-04 14:45:40 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-07-04 14:45:40 +0800
commit43a07e133d0498dacc3c081c68508377d39e823b (patch)
tree72c7e22e791d2f8f8eec134f79f9e4f0e57a2120 /openstackclient
parent605efe67111790ed4801fd5b75ff314d2353d625 (diff)
downloadpython-openstackclient-43a07e133d0498dacc3c081c68508377d39e823b.tar.gz
Add missing '(name only)' message for keypair in computev2
In 'keypair show' command. One help message had '(name only)' but the doc had not. And another had not '(name only)' but the doc had. This patch Fixs them and keeps the consistent between doc and help message. Change-Id: Ic88219ae25a6f545a1db39e6b585e1857ae9e2e0
Diffstat (limited to 'openstackclient')
-rw-r--r--openstackclient/compute/v2/keypair.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/compute/v2/keypair.py b/openstackclient/compute/v2/keypair.py
index 3725a3a8..d30fd429 100644
--- a/openstackclient/compute/v2/keypair.py
+++ b/openstackclient/compute/v2/keypair.py
@@ -146,7 +146,7 @@ class ShowKeypair(command.ShowOne):
'--public-key',
action='store_true',
default=False,
- help=_("Show only bare public key")
+ help=_("Show only bare public key (name only)")
)
return parser