diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2016-10-05 19:54:29 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-10-06 23:31:39 -0700 |
commit | c0813cddb0c4116a49446bf6fb599775af5846ba (patch) | |
tree | eeb8876eb0eb13b3d105d8dc903b294d3b125dd8 | |
parent | 52260244c6bc5059971abafa31ff9ab35e88b6d7 (diff) | |
download | chrome-ec-c0813cddb0c4116a49446bf6fb599775af5846ba.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>
-rw-r--r-- | extra/usb_updater/usb_updater.c | 2 |
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" |