Reorder options and device name in usage text. (#26)
This commit is contained in:
parent
064b4c4e70
commit
f1348d4072
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ LSScfgStoreCallback(void* object, uint8_t id, uint16_t bitRate) {
|
|||
/* Print usage */
|
||||
static void
|
||||
printUsage(char* progName) {
|
||||
printf("Usage: %s <CAN device name> [options]\n", progName);
|
||||
printf("Usage: %s [options] <CAN device name>\n", progName);
|
||||
printf("\n"
|
||||
"Options:\n"
|
||||
" -i <Node ID> CANopen Node-id (1..127) or 0xFF (LSS unconfigured).\n");
|
||||
|
|
|
|||
Loading…
Reference in a new issue