mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-05 06:20:00 +02:00
isotpdump: make help text fit into 80 colums again
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
+2
-1
@@ -78,7 +78,8 @@ void print_usage(char *prg)
|
|||||||
fprintf(stderr, " -t <type> (timestamp: (a)bsolute/(d)elta/(z)ero/(A)bsolute w date)\n");
|
fprintf(stderr, " -t <type> (timestamp: (a)bsolute/(d)elta/(z)ero/(A)bsolute w date)\n");
|
||||||
fprintf(stderr, " -u (print uds messages)\n");
|
fprintf(stderr, " -u (print uds messages)\n");
|
||||||
fprintf(stderr, "\nCAN IDs and addresses are given and expected in hexadecimal values.\n");
|
fprintf(stderr, "\nCAN IDs and addresses are given and expected in hexadecimal values.\n");
|
||||||
fprintf(stderr, "\nUDS output contains a flag which provides information about the type of the message.\n\n");
|
fprintf(stderr, "\nUDS output contains a flag which provides information about the type of the \n");
|
||||||
|
fprintf(stderr, "message.\n\n");
|
||||||
fprintf(stderr, "Flags:\n");
|
fprintf(stderr, "Flags:\n");
|
||||||
fprintf(stderr, " [SRQ] = Service Request\n");
|
fprintf(stderr, " [SRQ] = Service Request\n");
|
||||||
fprintf(stderr, " [PSR] = Positive Service Response\n");
|
fprintf(stderr, " [PSR] = Positive Service Response\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user