mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
canplayer: make help text fit into 80 colums again
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
+1
-1
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user