Skip to content

Commit 2385bf2

Browse files
committed
Add KeyProtect instance in help text
1 parent d4a72b3 commit 2385bf2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SoftLayer/CLI/image/import.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
@click.option('--ibm-api-key',
2323
default="",
2424
help="The IBM Cloud API Key with access to IBM Cloud Object "
25-
"Storage instance. For help creating this key see "
26-
"https://console.bluemix.net/docs/services/cloud-object-"
27-
"storage/iam/users-serviceids.html#serviceidapikeys")
25+
"Storage instance and IBM KeyProtect instance. For help "
26+
"creating this key see https://console.bluemix.net/docs/"
27+
"services/cloud-object-storage/iam/users-serviceids.html"
28+
"#serviceidapikeys")
2829
@click.option('--root-key-id',
2930
default="",
3031
help="ID of the root key in Key Protect")

0 commit comments

Comments
 (0)