Updated cli arg to reflect text description (#3487)

This commit is contained in:
smeach 2017-10-27 15:44:56 +01:00 committed by Jeff Mitchell
parent a71add2973
commit c575435040
1 changed files with 2 additions and 2 deletions

View File

@ -64,10 +64,10 @@ as a copy of [`git`](https://www.git-scm.com/) in your `PATH`.
## Verifying the Installation
To verify Vault is properly installed, run `vault -v` on your system. You should
To verify Vault is properly installed, run `vault -h` on your system. You should
see help output. If you are executing it from the command line, make sure it is
on your PATH or you may get an error about Vault not being found.
```shell
$ vault -v
$ vault -h
```