summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMasayuki Igawa <igawa@mxs.nes.nec.co.jp>2013-03-22 21:29:55 +0900
committerMasayuki Igawa <igawa@mxs.nes.nec.co.jp>2013-03-22 21:29:55 +0900
commit609cbcef17cd0051ecb86bc60a29cf9c2be2517f (patch)
tree0bf3a8a075afebcc1e4867e52cb8882a6c9c7375 /README.rst
parent22b8856815d95a1a9920f4bdbab63f4c56dbd75d (diff)
downloadpython-novaclient-609cbcef17cd0051ecb86bc60a29cf9c2be2517f.tar.gz
Fix keypair-delete help documents
The help documents of keypair-delete parameter should indicate "name". Fixes bug 1158733 Change-Id: Ib7e648d22024828f8a4e5b3b51c5ed8f6b4dc057
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c0416d2a..6a4fcde1 100644
--- a/README.rst
+++ b/README.rst
@@ -129,7 +129,7 @@ You'll find complete documentation on the shell by running
image-meta Set or Delete metadata on an image.
image-show Show details about the given image.
keypair-add Create a new key pair for use with instances
- keypair-delete Delete keypair by its id
+ keypair-delete Delete keypair by its name
keypair-list Print a list of keypairs for a user
list List active servers.
live-migration Migrates a running instance to a new machine.