swift: note that tenant isn't optional for > v1 auth - fixes #563

This commit is contained in:
Nick Craig-Wood 2016-07-15 18:25:30 +01:00
parent 9eeed25418
commit c2f6decb9c
1 changed files with 1 additions and 1 deletions

View File

@ -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)",