These utilities have accepted -1 as a block count to mean "all blocks."
Let's document that.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
" -u --unlock Unlock a region of flash\n"
"\n"
"If offset is not specified, it defaults to 0.\n"
- "If block count is not specified, it defaults to all blocks.\n",
+ "If block count is not specified, it defaults to all blocks.\n"
+ "A block count of -1 means all blocks.\n",
flash_msg[DEFAULT_REQUEST],
PROGRAM_NAME);
exit(status);