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) }