From bf8ba7b1bb3b5d3a88e9c85ac9ad0cca663b5c9d Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 7 May 2015 14:13:12 -0400 Subject: [PATCH] Fix output from GitHub help --- builtin/credential/github/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/credential/github/cli.go b/builtin/credential/github/cli.go index 89aecff5e2..fae0b1f206 100644 --- a/builtin/credential/github/cli.go +++ b/builtin/credential/github/cli.go @@ -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=" + Example: vault auth -method=github token= `