summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-06-05 17:42:23 +0000
committerGerrit Code Review <review@openstack.org>2018-06-05 17:42:23 +0000
commitae30659ce95e9eb1ffc0ca16a196cc2bdc93f2d9 (patch)
treeab4cbb4631e0e87920fd01195b956ab44a835dd4
parent453544aece2f3bf272bc222ffcd9e60326cb1116 (diff)
parent071926d19b7305830920964434e993bbc1c41b18 (diff)
downloadpython-swiftclient-ae30659ce95e9eb1ffc0ca16a196cc2bdc93f2d9.tar.gz
Merge "show option per line"
-rwxr-xr-xswiftclient/shell.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index 6010b5d..c15d7cf 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -1483,7 +1483,8 @@ def main(arguments=None):
--os-identity-api-version <auth_version> ]
[--user <username>]
[--key <api_key>] [--retries <num_retries>]
- [--os-username <auth-user-name>] [--os-password <auth-password>]
+ [--os-username <auth-user-name>]
+ [--os-password <auth-password>]
[--os-user-id <auth-user-id>]
[--os-user-domain-id <auth-user-domain-id>]
[--os-user-domain-name <auth-user-domain-name>]
@@ -1493,11 +1494,14 @@ def main(arguments=None):
[--os-project-name <auth-project-name>]
[--os-project-domain-id <auth-project-domain-id>]
[--os-project-domain-name <auth-project-domain-name>]
- [--os-auth-url <auth-url>] [--os-auth-token <auth-token>]
- [--os-storage-url <storage-url>] [--os-region-name <region-name>]
+ [--os-auth-url <auth-url>]
+ [--os-auth-token <auth-token>]
+ [--os-storage-url <storage-url>]
+ [--os-region-name <region-name>]
[--os-service-type <service-type>]
[--os-endpoint-type <endpoint-type>]
- [--os-cacert <ca-certificate>] [--insecure]
+ [--os-cacert <ca-certificate>]
+ [--insecure]
[--os-cert <client-certificate-file>]
[--os-key <client-certificate-key-file>]
[--no-ssl-compression]