summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2012-08-22 19:27:42 +0000
committerhrs <hrs@FreeBSD.org>2012-08-22 19:27:42 +0000
commit54fa7a2ba8515159f2f364fc6662bb0cf4263c67 (patch)
tree7a044f9c8c71cdf298145718bbb021fb4775a9d1 /usr.sbin/makefs
parent1fa84df052b595555bda34e27e5aa164bdbb8741 (diff)
downloadFreeBSD-src-54fa7a2ba8515159f2f364fc6662bb0cf4263c67.zip
FreeBSD-src-54fa7a2ba8515159f2f364fc6662bb0cf4263c67.tar.gz
Sort options.
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/makefs.83
-rw-r--r--usr.sbin/makefs/makefs.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/makefs/makefs.8 b/usr.sbin/makefs/makefs.8
index 7c5f373..68d6ca6 100644
--- a/usr.sbin/makefs/makefs.8
+++ b/usr.sbin/makefs/makefs.8
@@ -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
diff --git a/usr.sbin/makefs/makefs.c b/usr.sbin/makefs/makefs.c
index 7aebbbb..b2da82b 100644
--- a/usr.sbin/makefs/makefs.c
+++ b/usr.sbin/makefs/makefs.c
@@ -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);
OpenPOWER on IntegriCloud