better wording

This commit is contained in:
John
2023-01-30 22:32:32 +01:00
parent 3b6d5402c9
commit 9218a1d8e8
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -17,7 +17,7 @@ If Cygwin is already installed, only the `ebuspicloader.exe` needs to be extract
from within a Cygwin shell.
In Cygwin, Windows COM ports are mapped under `/dev/ttyS*`, e.g. `COM1` would be `/dev/ttyS0`.
This tool is an alternative to the MPLAB bootloader host application that produces a lot
This tool is an alternative to and extension of the MPLAB bootloader host application that produces a lot
of unreadable output.
@@ -56,7 +56,8 @@ settings.
20221206)
Tool options:
-s, --slow use low speed for transfer
-s, --slow low speed mode for transfer (115kBd instead of
921kBd)
-v, --verbose enable verbose output
-?, --help give this help list
+1 -1
View File
@@ -81,7 +81,7 @@ static const struct argp_option argpoptions[] = {
{"reset", 'r', nullptr, 0, "reset the device at the end on success", 0 },
{nullptr, 0, nullptr, 0, "Tool options:", 9 },
{"verbose", 'v', nullptr, 0, "enable verbose output", 0 },
{"slow", 's', nullptr, 0, "use low speed for transfer", 0 },
{"slow", 's', nullptr, 0, "low speed mode for transfer (115kBd instead of 921kBd)", 0 },
{nullptr, 0, nullptr, 0, nullptr, 0 },
};