diff options
| author | sunyajing <yajing.sun@easystack.cn> | 2016-06-06 13:16:55 +0800 |
|---|---|---|
| committer | Steve Martinelli <s.martinelli@gmail.com> | 2016-06-06 06:50:13 +0000 |
| commit | 5b317936cb04382291c56edd03d7c4c8b46671ad (patch) | |
| tree | bab43a6d718cc95eb263bfdabefe8fffc344f187 /doc/source/command-objects/keypair.rst | |
| parent | 3078540161e35cee89cd87fccc9b9561690ad6b1 (diff) | |
| download | python-openstackclient-5b317936cb04382291c56edd03d7c4c8b46671ad.tar.gz | |
fix keypair help msg
keypair delete and keypair show commands cannot work on keypair ID
Change-Id: I958fcd2ed184706b28d63cc9c73a8b566e86a16c
Closes-Bug:#1588701
Diffstat (limited to 'doc/source/command-objects/keypair.rst')
| -rw-r--r-- | doc/source/command-objects/keypair.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/keypair.rst b/doc/source/command-objects/keypair.rst index e49acace..6638b8c9 100644 --- a/doc/source/command-objects/keypair.rst +++ b/doc/source/command-objects/keypair.rst @@ -40,7 +40,7 @@ Delete public key .. describe:: <key> - Public key to delete + Public key to delete (name only) keypair list ------------ @@ -66,7 +66,7 @@ Display public key details .. option:: --public-key - Show only bare public key + Show only bare public key (name only) .. describe:: <key> |
