diff --git a/scripts/kwboot.c b/scripts/kwboot.c index 4c6b19a..db177ce 100644 --- a/scripts/kwboot.c +++ b/scripts/kwboot.c @@ -716,7 +716,7 @@ kwboot_usage(FILE *stream, char *progname) { fprintf(stream, - "Usage: %s [-d | -b | -D ] [ -t ] [-B ] \n", + "Usage: %s [-d | -b [ -n ] | -D ] [ -t ] [-B ] \n", progname); fprintf(stream, "\n"); fprintf(stream, @@ -724,6 +724,8 @@ fprintf(stream, " -D : boot without preamble (Dove)\n"); fprintf(stream, " -d: enter debug mode\n"); + fprintf(stream, + " -n : wait for NAK before uploading image (default: 1)\n"); fprintf(stream, "\n"); fprintf(stream, " -t: mini terminal\n"); fprintf(stream, "\n");