closes #master: Fixed typo erros in slcan and testj1939
parent
a4d2ee75bc
commit
2ac24b86fd
|
|
@ -67,7 +67,7 @@ void print_usage(char *prg)
|
||||||
fprintf(stderr, " -s <speed> (set CAN speed 0..8)\n");
|
fprintf(stderr, " -s <speed> (set CAN speed 0..8)\n");
|
||||||
fprintf(stderr, " -b <btr> (set bit time register value)\n");
|
fprintf(stderr, " -b <btr> (set bit time register value)\n");
|
||||||
fprintf(stderr, " -d (only detach line discipline)\n");
|
fprintf(stderr, " -d (only detach line discipline)\n");
|
||||||
fprintf(stderr, " -w (attach - wait for keypess - detach)\n");
|
fprintf(stderr, " -w (attach - wait for keypress - detach)\n");
|
||||||
fprintf(stderr, " -n <name> (assign created netdevice name)\n");
|
fprintf(stderr, " -n <name> (assign created netdevice name)\n");
|
||||||
fprintf(stderr, "\n"
|
fprintf(stderr, "\n"
|
||||||
" <speed> Bitrate\n"
|
" <speed> Bitrate\n"
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ static const char help_msg[] =
|
||||||
" -s[=LEN] Initial send of LEN bytes dummy data\n"
|
" -s[=LEN] Initial send of LEN bytes dummy data\n"
|
||||||
" -r Receive (and print) data\n"
|
" -r Receive (and print) data\n"
|
||||||
" -e Echo incoming packets back\n"
|
" -e Echo incoming packets back\n"
|
||||||
" This atually receives packets\n"
|
" This actually receives packets\n"
|
||||||
" -c Issue connect()\n"
|
" -c Issue connect()\n"
|
||||||
" -p=PRIO Set priority to PRIO\n"
|
" -p=PRIO Set priority to PRIO\n"
|
||||||
" -P Promiscuous mode. Allow to receive all packets\n"
|
" -P Promiscuous mode. Allow to receive all packets\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue