Skip to content

Commit afcfbf6

Browse files
Chase PhilportMaureenHelm
authored andcommitted
scripts: west_commands: build: fix syntax error in west build --help
There is an extra close bracket after board revision. Remove it. Signed-off-by: Chase Philport <cproo12@pm.me>
1 parent c1f2a9b commit afcfbf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/west_commands/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
BUILD_INFO_LOG = 'build_info.yml'
2828

2929
BUILD_USAGE = '''\
30-
west build [-h] [-b BOARD[@REV]]] [-d BUILD_DIR]
30+
west build [-h] [-b BOARD[@REV]] [-d BUILD_DIR]
3131
[-S SNIPPET] [--shield SHIELD]
3232
[-t TARGET] [-p {auto, always, never}] [-c] [--cmake-only]
3333
[--cmake-opt CMAKE_OPT] [-n] [-o BUILD_OPT] [-f]

0 commit comments

Comments
 (0)