Follow up with previous commit: mention -D, not -C when cg check

failed.

Submitted by:	obrien
This commit is contained in:
delphij 2009-01-27 00:29:19 +00:00
parent 8d592aeada
commit cabe8a03df

View File

@ -442,7 +442,7 @@ check_cgmagic(int cg, struct cg *cgp)
rerun = 1; rerun = 1;
} }
} else } 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");
} }
} }