mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-29 06:31:10 +01:00
Updated cli arg to reflect text description (#3487)
This commit is contained in:
parent
e26573cb78
commit
6157a89f1b
@ -64,10 +64,10 @@ as a copy of [`git`](https://www.git-scm.com/) in your `PATH`.
|
|||||||
|
|
||||||
## Verifying the Installation
|
## 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
|
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.
|
on your PATH or you may get an error about Vault not being found.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ vault -v
|
$ vault -h
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user