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

failed.

Submitted by:	obrien
This commit is contained in:
Xin LI 2009-01-27 00:29:19 +00:00
parent 43a25dbb52
commit ffed8dfb38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187748

View File

@ -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");
}
}