fsck: fix typo in usage

This commit is contained in:
Leah Neukirchen 2018-02-10 22:48:04 +01:00
parent a3ec9b0a01
commit 71f6f6ece5

View File

@ -11,7 +11,7 @@ static void usage(void)
"Usage: bcachefs fsck [OPTION]... <devices>\n"
"\n"
"Options:\n"
" -p Automatic repair (no questions\n"
" -p Automatic repair (no questions)\n"
" -n Don't repair, only check for errors\n"
" -y Assume \"yes\" to all questions\n"
" -f Force checking even if filesystem is marked clean\n"