diff --git a/swiftclient/shell.py b/swiftclient/shell.py index d02c709f..31b27eaf 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]