From 3b308713aded5f2efa13fd390b4dc037ee467be7 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Mon, 20 Jun 2016 16:24:49 -0400 Subject: [PATCH] Added -path option to help output --- command/auth.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/command/auth.go b/command/auth.go index beaea7c45..388ca5a88 100644 --- a/command/auth.go +++ b/command/auth.go @@ -329,6 +329,9 @@ Auth Options: -no-verify Do not verify the token after creation; avoids a use count decrement. + -path The path at which the auth backend is enabled. If an auth + backend is mounted at multiple paths, this option can be + used to authenticate against specific paths. ` return strings.TrimSpace(helpText) }