From 6157a89f1b2036f9bd91c4fb6fba25f5e96af9d6 Mon Sep 17 00:00:00 2001 From: smeach <30698595+smeach@users.noreply.github.com> Date: Fri, 27 Oct 2017 15:44:56 +0100 Subject: [PATCH] Updated cli arg to reflect text description (#3487) --- website/source/docs/install/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/install/index.html.md b/website/source/docs/install/index.html.md index 587553368a..36eb930725 100644 --- a/website/source/docs/install/index.html.md +++ b/website/source/docs/install/index.html.md @@ -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 ```