From 343145d8d9a74776522d31cb47fb2c3d6c468377 Mon Sep 17 00:00:00 2001 From: William Mortada <william@mortada.co.uk> Date: Sun, 8 Oct 2017 11:36:37 +0100 Subject: [PATCH] Fix typo Just spotted a typo in my previous change. That 'v' should have been an 'h'. --- docs/tools/buildkit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md index beb2988b..ea8865a6 100644 --- a/docs/tools/buildkit.md +++ b/docs/tools/buildkit.md @@ -81,7 +81,7 @@ If you want to ensure that the buildkit CLI tools are always available, then: 1. Determine the location of your shell configuration file. This is usually `~/.bashrc`, `~/.bash_profile`, or `~/.profile`. 1. At the end of the file, add `export PATH="/path/to/buildkit/bin:$PATH"`. 1. Close and reopen the terminal. -1. Enter the command `civibuild -v`. This should display a help screen for civibuild. If you get 'command not found', then check your path and retry the steps above. +1. Enter the command `civibuild -h`. This should display a help screen for civibuild. If you get 'command not found', then check your path and retry the steps above. !!! note -- GitLab