From 80aafafeeb4be60028435ebef0450b82b1fd3f87 Mon Sep 17 00:00:00 2001 From: Andrew Armenia Date: Fri, 17 Sep 2010 10:15:33 -0400 Subject: [PATCH] add usage information to main.c --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 5164012..4adafc4 100644 --- a/main.c +++ b/main.c @@ -259,7 +259,7 @@ static const struct driver driver_table[] = { }, { .name = "flash-bsl", - .help = "TI generic FLASH bootloader via RS-232", + .help = "TI generic flash-based bootloader via RS-232", .func = driver_open_flash_bsl } }; @@ -294,6 +294,8 @@ static void usage(const char *progname) " Do not read ~/.mspdebug on startup.\n" " --no-reset\n" " Do not reset the device on startup.\n" +" --long-password\n" +" Send 32-byte IVT as BSL password (flash-bsl only)\n" " --help\n" " Show this help text.\n" " --fet-list\n"