diff options
author | eivind <eivind@FreeBSD.org> | 2004-01-26 13:45:21 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2004-01-26 13:45:21 +0000 |
commit | 98f2740a9c4a3cda7a5f4e77919cfe1284eed47c (patch) | |
tree | fd0168025656146ba98003a04f2ac1ca1030b720 /usr.sbin | |
parent | e0fbbdee58225122c4c5dfc09a1ed9645f9193c0 (diff) | |
download | FreeBSD-src-98f2740a9c4a3cda7a5f4e77919cfe1284eed47c.zip FreeBSD-src-98f2740a9c4a3cda7a5f4e77919cfe1284eed47c.tar.gz |
Make a message less scary (based on user feedback)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 628055c..2f9dc8d 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -92,7 +92,7 @@ static Layout layout[] = { netmask, STRINGOBJ, NULL }, #define LAYOUT_EXTRAS 6 { 14, 10, 37, HOSTNAME_FIELD_LEN - 1, - "Extra options to ifconfig:", + "Extra options to ifconfig (usually empty):", "Any interface-specific options to ifconfig you would like to add", extras, STRINGOBJ, NULL }, #define LAYOUT_OKBUTTON 7 |