summaryrefslogtreecommitdiff
path: root/cmd_fsck.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-02-10 22:48:04 +0100
committerLeah Neukirchen <leah@vuxu.org>2018-02-10 22:48:15 +0100
commit71f6f6ece5dc16ef202c7e83d4e36ab94449abdd (patch)
tree1691937435e10621c13621c6b8bf0c35aa11cbae /cmd_fsck.c
parenta3ec9b0a0131fcf1dae725bd9ac57aee3c3092ac (diff)
fsck: fix typo in usage
Diffstat (limited to 'cmd_fsck.c')
-rw-r--r--cmd_fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_fsck.c b/cmd_fsck.c
index 4e19080a..3f79f733 100644
--- a/cmd_fsck.c
+++ b/cmd_fsck.c
@@ -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"