From c0813cddb0c4116a49446bf6fb599775af5846ba Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Wed, 5 Oct 2016 19:54:29 -0700 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/394254 Reviewed-by: Bill Richardson --- extra/usb_updater/usb_updater.c | 2 ++ 1 file changed, 2 insertions(+) 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"