doc: west: Fix west completion docs

west completion is an extension command, and therefore requires the user
to be in a zephyr installation in order to be available.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2019-08-12 13:24:11 +02:00 committed by Andrew Boie
commit a8b208aff7

View file

@ -41,8 +41,8 @@ completion script and have it sourced every time you enter a new shell session.
To obtain the completion script you can use the ``west completion`` command::
cd ~
west completion bash > west-completion.bash
cd /path/to/zephyr/
west completion bash > ~/west-completion.bash
.. note::