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:
parent
dec80da4c0
commit
4dc648642f
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue