mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 18:31:17 +08:00
swift: note that tenant isn't optional for > v1 auth - fixes #563
This commit is contained in:
parent
9eeed25418
commit
c2f6decb9c
|
@ -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)",
|
||||
|
|
Loading…
Reference in New Issue
Block a user