Fix authentication example mentioning vault auth but using vault login (#4458)

This commit is contained in:
Andrew Speed 2018-04-25 22:59:38 +01:00 committed by Jim Kalafut
parent bc15f55479
commit 102be1a679

View file

@ -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:
```