From 749cc418a0cf5e561f55840583de2445dd4df9bf Mon Sep 17 00:00:00 2001 From: Dean Netherton Date: Sun, 25 Jul 2021 14:25:19 +1000 Subject: [PATCH] README: Updated to include protocol switch --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec3e1fb..090a75c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Usage: xmodem [options] Transmit the file over serial port using the xmodem protocol Options: - -b, --baud the baud rate to use (default: 38400) - -h, --help display help for command + -b, --baud the baud rate to use (default: 19200) + -p, --protocol the protocol to use (choices: "xmodem", "xmodem1k", default: "xmodem") + -h, --help display help for command ```