correct flag listing in fsck help text

This commit is contained in:
hyperfekt 2020-05-27 16:38:25 +00:00
parent 90d54b3886
commit 8429b98a0a

View File

@ -18,7 +18,7 @@ static void usage(void)
" -f Force checking even if filesystem is marked clean\n"
" --reconstruct_alloc Reconstruct the alloc btree\n"
" -v Be verbose\n"
" --h Display this help and exit\n"
" -h Display this help and exit\n"
"Report bugs to <linux-bcachefs@vger.kernel.org>");
}