Refs #514. Fixed typo in BootCommander help text.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@460 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2018-03-23 10:03:43 +00:00
parent 6616dcf71e
commit e4b06890a4
1 changed files with 81 additions and 81 deletions

View File

@ -496,10 +496,10 @@ static void DisplayProgramUsage(void)
printf(" Supported values: 1000000, 800000, 500000, 250000,\n");
printf(" 125000, 100000, 50000, 20000, 10000.\n");
printf(" -tid=[value] CAN identifier for transmitting XCP command messages\n");
printf(" from the host to the target, as a 32-bit hexadecimal.\n");
printf(" from the host to the target, as a 32-bit hexadecimal\n");
printf(" value (Default = 667h).\n");
printf(" -rid=[value] CAN identifier for receiving XCP response messages\n");
printf(" from the target to the host, as a 32-bit hexadecimal.\n");
printf(" from the target to the host, as a 32-bit hexadecimal\n");
printf(" value (Default = 7E1h).\n");
printf(" -xid=[value] Configures the 'tid' and 'rid' CAN identifier values\n");
printf(" as 29-bit CAN identifiers, if this 8-bit value is > 0\n");