diff options
-rw-r--r-- | flash_unlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash_unlock.c b/flash_unlock.c index 1cc8c2f..ee8ac89 100644 --- a/flash_unlock.c +++ b/flash_unlock.c @@ -28,7 +28,7 @@ static void usage(int status) { fprintf(status ? stderr : stdout, - "Usage: %s <mtd device> [offset] [block count]\n\n" + "Usage: %s <mtd device> [offset [block count]]\n\n" "If offset is not specified, it defaults to 0.\n" "If block count is not specified, it defaults to all blocks.\n", PROGRAM_NAME); |