Merge pull request #161 from hashicorp/sethvargo/output_fix

Fix output from GitHub help
This commit is contained in:
Armon Dadgar 2015-05-07 11:27:09 -07:00
commit 5b97e55860

View File

@ -41,7 +41,7 @@ To use it, specify the "token" var with the "-var" flag. The value should
be a personal access token for your GitHub account. You can generate a personal
access token on your account settings page on GitHub.
Example: vault auth -method=github -var="token=<token>"
Example: vault auth -method=github token=<token>
`