better wording
This commit is contained in:
+3
-2
@@ -17,7 +17,7 @@ If Cygwin is already installed, only the `ebuspicloader.exe` needs to be extract
|
|||||||
from within a Cygwin shell.
|
from within a Cygwin shell.
|
||||||
In Cygwin, Windows COM ports are mapped under `/dev/ttyS*`, e.g. `COM1` would be `/dev/ttyS0`.
|
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.
|
of unreadable output.
|
||||||
|
|
||||||
|
|
||||||
@@ -56,7 +56,8 @@ settings.
|
|||||||
20221206)
|
20221206)
|
||||||
|
|
||||||
Tool options:
|
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
|
-v, --verbose enable verbose output
|
||||||
|
|
||||||
-?, --help give this help list
|
-?, --help give this help list
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ static const struct argp_option argpoptions[] = {
|
|||||||
{"reset", 'r', nullptr, 0, "reset the device at the end on success", 0 },
|
{"reset", 'r', nullptr, 0, "reset the device at the end on success", 0 },
|
||||||
{nullptr, 0, nullptr, 0, "Tool options:", 9 },
|
{nullptr, 0, nullptr, 0, "Tool options:", 9 },
|
||||||
{"verbose", 'v', nullptr, 0, "enable verbose output", 0 },
|
{"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 },
|
{nullptr, 0, nullptr, 0, nullptr, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user