forked from TrueCloudLab/rclone
swift: note that tenant isn't optional for > v1 auth - fixes #563
This commit is contained in:
parent
9eeed25418
commit
c2f6decb9c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue