From 102be1a679c9ebd683f58cd72ed24cc8b43574e9 Mon Sep 17 00:00:00 2001 From: Andrew Speed Date: Wed, 25 Apr 2018 22:59:38 +0100 Subject: [PATCH] Fix authentication example mentioning vault auth but using vault login (#4458) --- website/source/docs/concepts/auth.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/concepts/auth.html.md b/website/source/docs/concepts/auth.html.md index 0e2f3e360c..b257e978ec 100644 --- a/website/source/docs/concepts/auth.html.md +++ b/website/source/docs/concepts/auth.html.md @@ -66,7 +66,7 @@ revoking tokens, and renewing tokens. This is all covered on the ### Via the CLI -To authenticate with the CLI, `vault auth` is used. This supports many +To authenticate with the CLI, `vault login` is used. This supports many of the built-in auth methods. For example, with GitHub: ```