From 1e6d244ca44f4103b8e585e50229491111a50b0a Mon Sep 17 00:00:00 2001 From: Jeremy Liu Date: Wed, 7 Feb 2018 10:01:51 +0800 Subject: [PATCH] Update doc to use the correct order method Change-Id: I3ec908f4bdba76b233e31eaeae7bdcfe027495d3 Closes-bug: #1747758 --- doc/source/cli/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cli/usage.rst b/doc/source/cli/usage.rst index c95cdb9b..418f78b3 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