Added missing help test.

pull/7/head
Oliver Hartkopp 2008-07-10 11:01:37 +00:00
parent f33075946d
commit 5621884558
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ void print_usage(char *prg)
fprintf(stderr, " -b (start with binary mode)\n");
fprintf(stderr, " -B (start with binary mode with gap - exceeds 80 chars!)\n");
fprintf(stderr, " -c (color changes)\n");
fprintf(stderr, " -f (filter on CAN-ID only)\n");
fprintf(stderr, " -t <time> (timeout for ID display [x100ms] default: %d, 0 = OFF)\n", TIMEOUT);
fprintf(stderr, " -h <time> (hold marker on changes [x100ms] default: %d)\n", HOLD);
fprintf(stderr, " -l <time> (loop time (display) [x100ms] default: %d)\n", LOOP);