Minor fix
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 8s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 8s
This commit is contained in:
parent
ffc8e99f73
commit
6d5a1d1bdd
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ Args parse_args(int32_t argc, char **argv) {
|
|||
printf("Directory \"%s\" exists.\n", args.cache_dir);
|
||||
}
|
||||
} else {
|
||||
puts("ERROR: Invalid args!\n");
|
||||
fprintf(stderr, "ERROR: Invalid args!\n");
|
||||
print_usage();
|
||||
exit(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue