west: Fix a typo in the fish completion script

In the `help` command, 'status' was written 'statue'.

Signed-off-by: Théo Battrel <theo.util@protonmail.ch>
This commit is contained in:
Théo Battrel 2023-09-14 06:17:05 +02:00 committed by Carles Cufí
parent dec80da4c0
commit 4dc648642f

View file

@ -162,7 +162,7 @@ function __zephyr_west_complete_help
"list" "print information about projects" \
"manifest" "manage the west manifest" \
"diff" '"git diff" for one or more projects' \
"statue" '"git status" for one or more projects' \
"status" '"git status" for one or more projects' \
"forall" "run a command in one or more local projects" \
"config" "get or set config file values" \
"topdir" "print the top level directory of the workspace" \