Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ https://www.ti.com/lit/pdf/slaae88

-n, --no-script Do not execute init/exit script.

-N --no-connect Do not send connect command to BSL.
-N, --no-connect Do not send connect command to BSL.

-l, --length Length of CRC to calculate.

Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static void usage(char* self)
"\n"
" -n, --no-script Do not execute init/exit script.\n"
"\n"
" -N --no-connect Do not send connect command to BSL.\n"
" -N, --no-connect Do not send connect command to BSL.\n"
"\n"
" -l, --length Length of CRC to calculate.\n"
"\n"
Expand Down