Merge pull request #32 from hyperfekt/patch-1

correct flag listing in fsck help text
This commit is contained in:
koverstreet 2020-06-26 21:50:33 -04:00 committed by GitHub
commit 37c9ba26af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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