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
+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 },
};