From 071926d19b7305830920964434e993bbc1c41b18 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Sat, 17 Mar 2018 13:00:05 -0400 Subject: 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 --- swiftclient/shell.py | 12 ++++++++---- 1 file 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 ] [--user ] [--key ] [--retries ] - [--os-username ] [--os-password ] + [--os-username ] + [--os-password ] [--os-user-id ] [--os-user-domain-id ] [--os-user-domain-name ] @@ -1493,11 +1494,14 @@ def main(arguments=None): [--os-project-name ] [--os-project-domain-id ] [--os-project-domain-name ] - [--os-auth-url ] [--os-auth-token ] - [--os-storage-url ] [--os-region-name ] + [--os-auth-url ] + [--os-auth-token ] + [--os-storage-url ] + [--os-region-name ] [--os-service-type ] [--os-endpoint-type ] - [--os-cacert ] [--insecure] + [--os-cacert ] + [--insecure] [--os-cert ] [--os-key ] [--no-ssl-compression] -- cgit v1.2.1