svn commit: r190925 - head/sbin/newfs_msdos

Ed Schouten ed at FreeBSD.org
Sat Apr 11 14:20:46 UTC 2009


Author: ed
Date: Sat Apr 11 14:20:45 2009
New Revision: 190925
URL: http://svn.freebsd.org/changeset/base/190925

Log:
  Show -@ and -C in usage, which were added in r185587.
  
  Submitted by:	Christoph Mallon <christoph mallon gmx de>

Modified:
  head/sbin/newfs_msdos/newfs_msdos.c

Modified: head/sbin/newfs_msdos/newfs_msdos.c
==============================================================================
--- head/sbin/newfs_msdos/newfs_msdos.c	Sat Apr 11 14:15:56 2009	(r190924)
+++ head/sbin/newfs_msdos/newfs_msdos.c	Sat Apr 11 14:20:45 2009	(r190925)
@@ -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"


More information about the svn-src-head mailing list