Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makefs Sort options in usage to match man page order.
details: https://anonhg.NetBSD.org/src/rev/5bc16cf94d0b
branches: trunk
changeset: 341842:5bc16cf94d0b
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Nov 25 16:32:20 2015 +0000
description:
Sort options in usage to match man page order.
diffstat:
usr.sbin/makefs/makefs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 155fa6721412 -r 5bc16cf94d0b usr.sbin/makefs/makefs.c
--- a/usr.sbin/makefs/makefs.c Wed Nov 25 16:32:00 2015 +0000
+++ b/usr.sbin/makefs/makefs.c Wed Nov 25 16:32:20 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: makefs.c,v 1.51 2015/11/25 00:48:49 christos Exp $ */
+/* $NetBSD: makefs.c,v 1.52 2015/11/25 16:32:20 wiz Exp $ */
/*
* Copyright (c) 2001-2003 Wasabi Systems, Inc.
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: makefs.c,v 1.51 2015/11/25 00:48:49 christos Exp $");
+__RCSID("$NetBSD: makefs.c,v 1.52 2015/11/25 16:32:20 wiz Exp $");
#endif /* !__lint */
#include <assert.h>
@@ -462,7 +462,7 @@
"Usage: %s [-rxZ] [-B endian] [-b free-blocks] [-d debug-mask]\n"
"\t[-F mtree-specfile] [-f free-files] [-M minimum-size] [-m maximum-size]\n"
"\t[-N userdb-dir] [-O offset] [-o fs-options] [-S sector-size]\n"
-"\t[-s image-size] [-t fs-type] [-T <timestamp/file>]"
+"\t[-s image-size] [-T <timestamp/file>] [-t fs-type]"
" image-file directory [extra-directory ...]\n",
prog);
Home |
Main Index |
Thread Index |
Old Index