summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/mkfs.c
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-02-16 10:16:07 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-02-16 10:16:07 +0000
commit7a5c4e88988127c8a5babbd9838352cb8f5b3bbc (patch)
treeb4332d93b7062931eebde6ca2841a0b32a7b29cf /sbin/newfs/mkfs.c
parent765f19d46b51a579fcfb71051eb296f0f1aae2c7 (diff)
downloadFreeBSD-src-7a5c4e88988127c8a5babbd9838352cb8f5b3bbc.zip
FreeBSD-src-7a5c4e88988127c8a5babbd9838352cb8f5b3bbc.tar.gz
Refer newfs and growfs users to fsck_ffs instead of
fsck, the latter does not accept the referred to "-b" flag. PR: 82720 Submitted by: David D.W. Downey
Diffstat (limited to 'sbin/newfs/mkfs.c')
-rw-r--r--sbin/newfs/mkfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c
index a4cfa8d..168d81a 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -546,7 +546,7 @@ restart:
* Now build the cylinders group blocks and
* then print out indices of cylinder groups.
*/
- printf("super-block backups (for fsck -b #) at:\n");
+ printf("super-block backups (for fsck_ffs -b #) at:\n");
i = 0;
width = charsperline();
/*
OpenPOWER on IntegriCloud