Skip to content

Commit

Permalink
rm old ref to chipid in the usage display
Browse files Browse the repository at this point in the history
  • Loading branch information
ve3wwg committed Mar 21, 2017
1 parent 0614f52 commit 8b5aad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/flash.c
Expand Up @@ -34,7 +34,7 @@ static void usage(void)
puts("stlinkv2 command line: ./st-flash [--debug] [--reset] [--serial <serial>] [--format <format>] [--flash=<fsize>] {read|write} <path> <addr> <size>");
puts("stlinkv2 command line: ./st-flash [--debug] [--serial <serial>] erase");
puts("stlinkv2 command line: ./st-flash [--debug] [--serial <serial>] reset");
puts(" Use hex format for addr, <serial>, <chipid> and <size>.");
puts(" Use hex format for addr, <serial> and <size>.");
puts(" fsize: Use decimal, octal or hex by prefix 0xXXX for hex, optionally followed by k=KB, or m=MB (eg. --flash=128k)");
puts(" Format may be 'binary' (default) or 'ihex', although <addr> must be specified for binary format only.");
puts(" ./st-flash [--version]");
Expand Down

0 comments on commit 8b5aad7

Please sign in to comment.