command/auth, github: improve cli docs

/cc @sethvargo
This commit is contained in:
Mitchell Hashimoto
2015-06-16 10:05:11 -07:00
parent 2d865b831d
commit dcc84749d1
2 changed files with 13 additions and 1 deletions

View File

@@ -43,6 +43,12 @@ account settings page on GitHub.
Example: vault auth -method=github token=<token>
Key/Value Pairs:
mount=github The mountpoint for the GitHub credential provider.
Defaults to "github"
token=<token> The GitHub personal access token for authentication.
`
return strings.TrimSpace(help)