better error message

This commit is contained in:
tTh 2023-10-29 00:47:25 +02:00
parent 381f329810
commit a438ab9362
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ if (verbosity) {
}
if (argc==optind) {
fprintf(stderr, "wuh ?\n");
fprintf(stderr, "what the fsck ?\n");
exit(0);
}