summaryrefslogtreecommitdiffstats
path: root/sbin/newfs
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-02-09 14:28:47 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-02-09 14:28:47 +0000
commit3c91908418bed68fdca9d2d34b4cc6b7183177ac (patch)
treebcc4928a41d183b5d6a16739d64a14b07a754c71 /sbin/newfs
parent9b316f5262f160f7cf0079a8b15bdbe954010abe (diff)
downloadFreeBSD-src-3c91908418bed68fdca9d2d34b4cc6b7183177ac.zip
FreeBSD-src-3c91908418bed68fdca9d2d34b4cc6b7183177ac.tar.gz
Refer newfs and growfs users to fsck_ffs instead of
fsck, the latter does not accept the referred to "-b" flag. This change was accidently committed directly to 9-STABLE in r237505. PR: 82720 Submitted by: David D.W. Downey MFC after: 1 week
Diffstat (limited to 'sbin/newfs')
-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 8bcd56f..ee6ed96 100644
--- a/sbin/newfs/mkfs.c
+++ b/sbin/newfs/mkfs.c
@@ -544,7 +544,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