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>
This commit is contained in:
Vadim Bendebury
2016-10-05 19:54:29 -07:00
committed by chrome-bot
parent 52260244c6
commit c0813cddb0

View File

@@ -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"