aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-01-25 19:57:21 +0000
committerEd Maste <emaste@FreeBSD.org>2018-01-25 19:57:21 +0000
commit4a8b3e41f5dbf42f24cc0d37e2d364fb28b0e790 (patch)
treef1d327070d6bc81a927f41807980a61f3b950133 /usr.sbin
parente649493c6d76dd572c2a17f56c76b845cf401a8e (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsdinstall/partedit/gpart_ops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/partedit/gpart_ops.c b/usr.sbin/bsdinstall/partedit/gpart_ops.c
index 4ca359cbda3b..b2cfef597fd6 100644
--- a/usr.sbin/bsdinstall/partedit/gpart_ops.c
+++ b/usr.sbin/bsdinstall/partedit/gpart_ops.c
@@ -91,7 +91,8 @@ newfs_command(const char *fstype, char *command, int use_default)
{"SU", "Softupdates",
"Enable softupdates (default)", 1 },
{"SUJ", "Softupdates journaling",
- "Enable file system journaling", 0 },
+ "Enable file system journaling (default - "
+ "turn off for SSDs)", 1 },
{"TRIM", "Enable SSD TRIM support",
"Enable TRIM support, useful on solid-state drives",
0 },