Updated cli arg to reflect text description (#3487)
This commit is contained in:
parent
a71add2973
commit
c575435040
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue