better error message

This commit is contained in:
tTh
2023-10-29 00:47:25 +02:00
父節點 381f329810
當前提交 a438ab9362

查看文件

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