summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-02-17 18:20:19 -0700
committerCommit Bot <commit-bot@chromium.org>2021-02-18 17:24:31 +0000
commite9caffb433fdf9724a6f959a341e9d3792b82f50 (patch)
treee4735bbf87ae63ee4e20a8e8e4213b5207513673
parent7e98ed033991d3db9ca1d664ea85e8630af40bd3 (diff)
downloadchrome-ec-e9caffb433fdf9724a6f959a341e9d3792b82f50.tar.gz
zephyr: zmake: fix typo in help message
bRingup -> bringup BUG=none BRANCH=none TEST=zmake --help Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: I5c2fcdd040f1aec45b2a0d9682249d4d179483f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2702506 Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--zephyr/zmake/zmake/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/zmake/zmake/__main__.py b/zephyr/zmake/zmake/__main__.py
index 7e1552775a..7844bf5be9 100644
--- a/zephyr/zmake/zmake/__main__.py
+++ b/zephyr/zmake/zmake/__main__.py
@@ -80,7 +80,7 @@ def main(argv=None):
configure.add_argument('-t', '--toolchain', help='Name of toolchain to use')
configure.add_argument('--bringup', action='store_true',
dest='bringup',
- help='Enable bRingup debugging features')
+ help='Enable bringup debugging features')
configure.add_argument('-B', '--build-dir', type=pathlib.Path,
help='Build directory')
configure.add_argument('-b', '--build', action='store_true',