mirror of
https://github.com/rclone/rclone.git
synced 2025-02-23 05:51:36 +01: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)",
|
Help: "User domain - optional (v3 auth)",
|
||||||
}, {
|
}, {
|
||||||
Name: "tenant",
|
Name: "tenant",
|
||||||
Help: "Tenant name - optional",
|
Help: "Tenant name - optional for v1 auth, required otherwise",
|
||||||
}, {
|
}, {
|
||||||
Name: "tenant_domain",
|
Name: "tenant_domain",
|
||||||
Help: "Tenant domain - optional (v3 auth)",
|
Help: "Tenant domain - optional (v3 auth)",
|
||||||
|
Loading…
Reference in New Issue
Block a user