canplayer: make help text fit into 80 colums again
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>pull/201/head
parent
f3ced10007
commit
853989bed2
|
|
@ -102,7 +102,7 @@ void print_usage(char *prg)
|
||||||
fprintf(stderr, " extra hook: stdout=can0 (print logfile line marked with can0 on "
|
fprintf(stderr, " extra hook: stdout=can0 (print logfile line marked with can0 on "
|
||||||
"stdout)\n");
|
"stdout)\n");
|
||||||
fprintf(stderr, " No assignments => send frames to the interface(s) they "
|
fprintf(stderr, " No assignments => send frames to the interface(s) they "
|
||||||
"had been received from.\n\n");
|
"had been received from\n\n");
|
||||||
fprintf(stderr, "Lines in the logfile not beginning with '(' (start of "
|
fprintf(stderr, "Lines in the logfile not beginning with '(' (start of "
|
||||||
"timestamp) are ignored.\n\n");
|
"timestamp) are ignored.\n\n");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue