candump: trivial typo exchange sentence point with closing bracket

Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
pull/325/head
Oliver Hartkopp 2021-11-28 20:14:43 +01:00
parent 0d84033fa4
commit a705182b28
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ static void print_usage(char *prg)
fprintf(stderr, " -L (use log file format on stdout)\n");
fprintf(stderr, " -n <count> (terminate after reception of <count> CAN frames)\n");
fprintf(stderr, " -r <size> (set socket receive buffer to <size>)\n");
fprintf(stderr, " -D (Don't exit if a \"detected\" can device goes down.\n");
fprintf(stderr, " -D (Don't exit if a \"detected\" can device goes down)\n");
fprintf(stderr, " -d (monitor dropped CAN frames)\n");
fprintf(stderr, " -e (dump CAN error frames in human-readable format)\n");
fprintf(stderr, " -8 (display raw DLC values in {} for Classical CAN)\n");