From c2f6decb9cbd8b8bf504fdac76a9f51d288832fd Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 15 Jul 2016 18:25:30 +0100 Subject: [PATCH] swift: note that tenant isn't optional for > v1 auth - fixes #563 --- swift/swift.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift/swift.go b/swift/swift.go index 3443f31b1..17382a89b 100644 --- a/swift/swift.go +++ b/swift/swift.go @@ -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)",