summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Liu <liujiong@gohighsec.com>2018-02-07 10:01:51 +0800
committerJeremy Liu <liujiong@gohighsec.com>2018-02-07 10:02:50 +0800
commit1e6d244ca44f4103b8e585e50229491111a50b0a (patch)
treed8fe8042abcbda6f4cb6a034571a7000964e577b
parent262025bd2ea60aa668d0981b50e2d62071ed8d60 (diff)
downloadpython-barbicanclient-1e6d244ca44f4103b8e585e50229491111a50b0a.tar.gz
Update doc to use the correct order method
Change-Id: I3ec908f4bdba76b233e31eaeae7bdcfe027495d3 Closes-bug: #1747758
-rw-r--r--doc/source/cli/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/usage.rst b/doc/source/cli/usage.rst
index c95cdb9..418f78b 100644
--- a/doc/source/cli/usage.rst
+++ b/doc/source/cli/usage.rst
@@ -115,7 +115,7 @@ Example:
barbican = client.Client(...)
- my_order = barbican.orders.key_order()
+ my_order = barbican.orders.create_key()
my_order.algorithm = 'AES'
my_order.mode = 'CBC'
my_order.bit_length = 256