Date: Thu, 8 Mar 2018 05:40:13 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r330629 - stable/11/sbin/growfs Message-ID: <201803080540.w285eD06005498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Thu Mar 8 05:40:13 2018 New Revision: 330629 URL: https://svnweb.freebsd.org/changeset/base/330629 Log: MFC r326820: Tone down the description for the growfs "-y" flag. Modified: stable/11/sbin/growfs/growfs.8 Directory Properties: stable/11/ (props changed) Modified: stable/11/sbin/growfs/growfs.8 ============================================================================== --- stable/11/sbin/growfs/growfs.8 Thu Mar 8 05:28:43 2018 (r330628) +++ stable/11/sbin/growfs/growfs.8 Thu Mar 8 05:40:13 2018 (r330629) @@ -37,7 +37,7 @@ .\" $TSHeader: src/sbin/growfs/growfs.8,v 1.3 2000/12/12 19:31:00 tomsoft Exp $ .\" $FreeBSD$ .\" -.Dd May 10, 2016 +.Dd December 13, 2017 .Dt GROWFS 8 .Os .Sh NAME @@ -68,16 +68,10 @@ The following options are available: Causes the new file system parameters to be printed out without actually enlarging the file system. .It Fl y -.Dq Expert mode . -Usually +Causes .Nm -will ask you if you took a backup of your data before and will do some tests -whether -.Ar special -is currently mounted or whether there are any active snapshots on the file -system specified. -This will be suppressed. -So use this option with great care! +to assume yes +as the answer to all operator questions. .It Fl s Ar size Determines the .Ar size
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803080540.w285eD06005498>