summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/fsck_ffs/fsutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c
index 2664324..91628ea 100644
--- a/sbin/fsck_ffs/fsutil.c
+++ b/sbin/fsck_ffs/fsutil.c
@@ -442,7 +442,7 @@ check_cgmagic(int cg, struct cg *cgp)
rerun = 1;
}
} else
- printf("YOU MAY NEED TO RERUN FSCK WITH -C IF IT CRASHED.\n");
+ printf("YOU MAY NEED TO RERUN FSCK WITH -D IF IT CRASHED.\n");
}
}
OpenPOWER on IntegriCloud