canplayer: make help text fit into 80 colums again

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
pull/201/head
Oliver Hartkopp 2020-04-28 19:01:45 +02:00
parent f3ced10007
commit 853989bed2
1 changed files with 18 additions and 18 deletions

View File

@ -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");
} }