diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-24 15:07:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-06-24 15:07:03 +0000 |
commit | 3adb826ceb6fc3ab73eae18d801296aaefa6c8aa (patch) | |
tree | af1b4e966f934f1b5069b163eb768adb780996d5 /sbin/newfs/newfs.c | |
parent | 3cd13b124e4420fe4683a9074aef54cfd0a8f100 (diff) |
- move -S and -t into the main option descriptions: they were the only
options left of the old tuning list, and it makes sense to have one list
now
- document -T. this was requested by todd (fries), and comes largely from
the description in netbsd's page of the same name
ok millert otto
Diffstat (limited to 'sbin/newfs/newfs.c')
-rw-r--r-- | sbin/newfs/newfs.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index 27a9634c7d5..be42875512a 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: newfs.c,v 1.76 2008/06/04 14:21:34 tobias Exp $ */ +/* $OpenBSD: newfs.c,v 1.77 2008/06/24 15:07:02 jmc Exp $ */ /* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */ /* @@ -676,7 +676,8 @@ usage(void) "[-c fragments-per-cylinder-group] [-e maxbpg]\n" "\t[-f frag-size] [-g avgfilesize] [-h avgfpdir] [-i bytes]\n" "\t[-m free-space] [-O filesystem-format] [-o optimization]\n" - "\t[-S sector-size] [-s size] [-t fstype] special\n", + "\t[-S sector-size] [-s size] [-T disktype] [-t fstype] " + "special\n", __progname); } |