summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2018-03-17 13:00:05 -0400
committerThiago da Silva <thiago@redhat.com>2018-03-17 13:00:05 -0400
commit071926d19b7305830920964434e993bbc1c41b18 (patch)
treed62281712f6edc7a99c456e9e0d304fee2dbad06
parenta08d9b109f7ac3c5b844429addbb7e8507268c8e (diff)
downloadpython-swiftclient-071926d19b7305830920964434e993bbc1c41b18.tar.gz
show option per line
ading multiple options on the same line makes it easy to miss when quickly scanning the options. Change-Id: I8e324fca48cd05d9e381d5106135542274c2ff7f Signed-off-by: Thiago da Silva <thiago@redhat.com>
-rwxr-xr-xswiftclient/shell.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index d02c709..31b27ea 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]