Added -path option to help output

This commit is contained in:
vishalnayak 2016-06-20 16:24:49 -04:00
parent 53fede4b70
commit 3b308713ad
1 changed files with 3 additions and 0 deletions

View File

@ -329,6 +329,9 @@ Auth Options:
-no-verify Do not verify the token after creation; avoids a use count -no-verify Do not verify the token after creation; avoids a use count
decrement. 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) return strings.TrimSpace(helpText)
} }