Merge pull request #519 from marckleinebudde/can-calc-bit-timing-fix-option-parsing

can-calc-bit-timing: in case of invalid option exit with error
pull/522/head
Marc Kleine-Budde 2024-05-07 15:34:31 +02:00 committed by GitHub
commit 185c14f464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

View File

@ -1514,11 +1514,6 @@ int main(int argc, char *argv[])
data->verbose = true;
break;
case '?':
print_usage(basename(argv[0]));
exit(EXIT_SUCCESS);
break;
case OPT_TQ:
opt_bt->tq = strtoul(optarg, NULL, 10);
break;