diff options
Diffstat (limited to 'extra')
-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" |