mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
swift: note that tenant isn't optional for > v1 auth - fixes #563
This commit is contained in:
@@ -66,7 +66,7 @@ func init() {
|
||||
Help: "User domain - optional (v3 auth)",
|
||||
}, {
|
||||
Name: "tenant",
|
||||
Help: "Tenant name - optional",
|
||||
Help: "Tenant name - optional for v1 auth, required otherwise",
|
||||
}, {
|
||||
Name: "tenant_domain",
|
||||
Help: "Tenant domain - optional (v3 auth)",
|
||||
|
||||
Reference in New Issue
Block a user