diff options
author | ed <ed@FreeBSD.org> | 2009-04-11 14:20:45 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-04-11 14:20:45 +0000 |
commit | 95f93b12dc1e8f730ce9ee41da7bcd2b1767d682 (patch) | |
tree | d3951cb435658c2c2c82164ca75a1eec247c4713 /sbin | |
parent | 60badb57398bebff24f314a2ca36304adc6c999d (diff) | |
download | FreeBSD-src-95f93b12dc1e8f730ce9ee41da7bcd2b1767d682.zip FreeBSD-src-95f93b12dc1e8f730ce9ee41da7bcd2b1767d682.tar.gz |
Show -@ and -C in usage, which were added in r185587.
Submitted by: Christoph Mallon <christoph mallon gmx de>
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/newfs_msdos/newfs_msdos.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/newfs_msdos/newfs_msdos.c b/sbin/newfs_msdos/newfs_msdos.c index 5ba69ca..381faa0 100644 --- a/sbin/newfs_msdos/newfs_msdos.c +++ b/sbin/newfs_msdos/newfs_msdos.c @@ -986,7 +986,9 @@ usage(void) fprintf(stderr, "usage: newfs_msdos [ -options ] special [disktype]\n" "where the options are:\n" + "\t-@ create file system at specified offset\n" "\t-B get bootstrap from file\n" + "\t-C create image file with specified size\n" "\t-F FAT type (12, 16, or 32)\n" "\t-I volume ID\n" "\t-L volume label\n" |