Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/newfs_v7fs Sync usage with man page.
details: https://anonhg.NetBSD.org/src/rev/3594bc6b2033
branches: trunk
changeset: 768179:3594bc6b2033
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Aug 10 12:13:20 2011 +0000
description:
Sync usage with man page.
diffstat:
sbin/newfs_v7fs/newfs_v7fs.c | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diffs (31 lines):
diff -r 6b371effc20b -r 3594bc6b2033 sbin/newfs_v7fs/newfs_v7fs.c
--- a/sbin/newfs_v7fs/newfs_v7fs.c Wed Aug 10 11:39:44 2011 +0000
+++ b/sbin/newfs_v7fs/newfs_v7fs.c Wed Aug 10 12:13:20 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: newfs_v7fs.c,v 1.2 2011/08/10 11:31:49 uch Exp $ */
+/* $NetBSD: newfs_v7fs.c,v 1.3 2011/08/10 12:13:20 wiz Exp $ */
/*-
* Copyright (c) 2004, 2011 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: newfs_v7fs.c,v 1.2 2011/08/10 11:31:49 uch Exp $");
+__RCSID("$NetBSD: newfs_v7fs.c,v 1.3 2011/08/10 12:13:20 wiz Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -233,10 +233,8 @@
usage(void)
{
- (void)fprintf(stderr, "usage: \n%s [-vP] [-n maxfile]"
- " [-B endian] special\n", getprogname());
- (void)fprintf(stderr, "%s -F -s partsize [-vPZ] [-n maxfile]"
- " [-B endian] file\n", getprogname());
+ (void)fprintf(stderr, "usage: \n%s [-FZ] [-B byte-order]"
+ " [-n inodes] [-s sectors] [-V verbose] special\n", getprogname());
exit(EXIT_FAILURE);
}
Home |
Main Index |
Thread Index |
Old Index