Skip to content

Commit

Permalink
README: Updated to include protocol switch
Browse files Browse the repository at this point in the history
  • Loading branch information
vipoo committed Jul 25, 2021
1 parent a47db17 commit 749cc41
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Usage: xmodem [options] <port> <filename>
Transmit the file over serial port using the xmodem protocol
Options:
-b, --baud <baud-rate> the baud rate to use (default: 38400)
-h, --help display help for command
-b, --baud <baud-rate> the baud rate to use (default: 19200)
-p, --protocol <protocol> the protocol to use (choices: "xmodem", "xmodem1k", default: "xmodem")
-h, --help display help for command
```

0 comments on commit 749cc41

Please sign in to comment.