summaryrefslogtreecommitdiff
path: root/cmd_fsck.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_fsck.c')
-rw-r--r--cmd_fsck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd_fsck.c b/cmd_fsck.c
index 824c4a1c..ebcf70bd 100644
--- a/cmd_fsck.c
+++ b/cmd_fsck.c
@@ -27,6 +27,7 @@ int cmd_fsck(int argc, char *argv[])
int opt, ret = 0;
opt_set(opts, degraded, true);
+ opt_set(opts, fsck, true);
opt_set(opts, fix_errors, FSCK_OPT_ASK);
while ((opt = getopt(argc, argv, "apynfvh")) != -1)