svn commit: r239574 - head/usr.sbin/makefs

Hiroki Sato hrs at FreeBSD.org
Wed Aug 22 19:27:43 UTC 2012


Author: hrs
Date: Wed Aug 22 19:27:42 2012
New Revision: 239574
URL: http://svn.freebsd.org/changeset/base/239574

Log:
  Sort options.

Modified:
  head/usr.sbin/makefs/makefs.8
  head/usr.sbin/makefs/makefs.c

Modified: head/usr.sbin/makefs/makefs.8
==============================================================================
--- head/usr.sbin/makefs/makefs.8	Wed Aug 22 19:27:17 2012	(r239573)
+++ head/usr.sbin/makefs/makefs.8	Wed Aug 22 19:27:42 2012	(r239574)
@@ -43,8 +43,7 @@
 .Nd create a file system image from a directory tree or a mtree manifest
 .Sh SYNOPSIS
 .Nm
-.Op Fl p
-.Op Fl x
+.Op Fl px
 .Op Fl B Ar byte-order
 .Op Fl b Ar free-blocks
 .Op Fl d Ar debug-mask

Modified: head/usr.sbin/makefs/makefs.c
==============================================================================
--- head/usr.sbin/makefs/makefs.c	Wed Aug 22 19:27:17 2012	(r239573)
+++ head/usr.sbin/makefs/makefs.c	Wed Aug 22 19:27:42 2012	(r239574)
@@ -349,7 +349,7 @@ usage(void)
 	fprintf(stderr,
 "usage: %s [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian]\n"
 "\t[-S sector-size] [-M minimum-size] [-m maximum-size] [-s image-size]\n"
-"\t[-b free-blocks] [-f free-files] [-F mtree-specfile] [-x] [-p]\n"
+"\t[-b free-blocks] [-f free-files] [-F mtree-specfile] [-px]\n"
 "\t[-N userdb-dir] image-file directory | manifest [extra-directory ...]\n",
 	    prog);
 	exit(1);


More information about the svn-src-all mailing list