summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2016-10-05 19:54:29 -0700
committerHung-Te Lin <hungte@chromium.org>2016-11-24 04:55:20 +0000
commit6fa1443c9c9f8b12852f840b40e11fbcfe75458c (patch)
treedf90022959373930777e261452e5406f53c6292b
parentcca986c9b4a3d078cfc8cfffd3201b32216a298d (diff)
downloadchrome-ec-6fa1443c9c9f8b12852f840b40e11fbcfe75458c.tar.gz
usb_updater: add missing help message section
The previously added '-b' command line option was left out from the help message. This patch fixes it. BRANCH=none BUG=none TEST=verified that -b command line option description is included in the help message. Change-Id: I71117a8653ae5094fd0bf3909c8715d6ec25259d Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/394254 Reviewed-by: Bill Richardson <wfrichar@chromium.org> (cherry picked from commit c0813cddb0c4116a49446bf6fb599775af5846ba) Reviewed-on: https://chromium-review.googlesource.com/414724 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Commit-Queue: Hung-Te Lin <hungte@chromium.org> Tested-by: Hung-Te Lin <hungte@chromium.org> Trybot-Ready: Hung-Te Lin <hungte@chromium.org>
-rw-r--r--extra/usb_updater/usb_updater.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/usb_updater/usb_updater.c b/extra/usb_updater/usb_updater.c
index 41788833d4..b75a84a014 100644
--- a/extra/usb_updater/usb_updater.c
+++ b/extra/usb_updater/usb_updater.c
@@ -296,6 +296,8 @@ static void usage(int errs)
"\n"
"Options:\n"
"\n"
+ " -b,--binvers Report versions of image's "
+ "RW and RO headers, do not update\n"
" -d,--device VID:PID USB device (default %04x:%04x)\n"
" -h,--help Show this message\n"
" -s,--spi Use /dev/tmp0 (-d is ignored)\n"