diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-12-13 14:08:33 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2017-12-13 14:08:33 +0000 |
commit | b8ea5b468b5cc52fa26a0e242d30f5736d3b6821 (patch) | |
tree | 96ad5c3994747f8a83020a5f5cc71a69d68e74ee | |
parent | 05972baf1181c8af176cc3d11634753f6129e520 (diff) |
Notes
-rw-r--r-- | sbin/growfs/growfs.8 | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/sbin/growfs/growfs.8 b/sbin/growfs/growfs.8 index e62694f7c7209..628ec10a4343c 100644 --- a/sbin/growfs/growfs.8 +++ b/sbin/growfs/growfs.8 @@ -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 |