Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/dumpfs Sort options in usage (AaBb...).
details: https://anonhg.NetBSD.org/src/rev/30971a155b5c
branches: trunk
changeset: 551146:30971a155b5c
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Aug 30 12:48:11 2003 +0000
description:
Sort options in usage (AaBb...).
diffstat:
usr.sbin/dumpfs/dumpfs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bda1a1043825 -r 30971a155b5c usr.sbin/dumpfs/dumpfs.c
--- a/usr.sbin/dumpfs/dumpfs.c Sat Aug 30 12:48:01 2003 +0000
+++ b/usr.sbin/dumpfs/dumpfs.c Sat Aug 30 12:48:11 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dumpfs.c,v 1.37 2003/08/30 10:30:52 dsl Exp $ */
+/* $NetBSD: dumpfs.c,v 1.38 2003/08/30 12:48:11 wiz Exp $ */
/*
* Copyright (c) 1983, 1992, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)dumpfs.c 8.5 (Berkeley) 4/29/95";
#else
-__RCSID("$NetBSD: dumpfs.c,v 1.37 2003/08/30 10:30:52 dsl Exp $");
+__RCSID("$NetBSD: dumpfs.c,v 1.38 2003/08/30 12:48:11 wiz Exp $");
#endif
#endif /* not lint */
@@ -533,7 +533,7 @@
usage(void)
{
- (void)fprintf(stderr, "usage: dumpfs [-Fcimsv] filesys | device [...]\n");
+ (void)fprintf(stderr, "usage: dumpfs [-cFimsv] filesys | device [...]\n");
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index