summaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2005-02-03 05:03:51 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2005-02-03 05:03:51 +0000
commitaee13c7c6a20080687f8e2d708c2ad662631fc91 (patch)
treec7f37890b3eaa577ac33c564b17cbbf12b8012d8 /sbin/fsck_ffs
parentc7592640768de53647731f293cae0e5cf00b9916 (diff)
sync usage output
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r--sbin/fsck_ffs/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c
index 33c59f0ef9e..499f212c846 100644
--- a/sbin/fsck_ffs/main.c
+++ b/sbin/fsck_ffs/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.25 2003/06/02 20:06:15 millert Exp $ */
+/* $OpenBSD: main.c,v 1.26 2005/02/03 05:03:50 jaredy Exp $ */
/* $NetBSD: main.c,v 1.22 1996/10/11 20:15:48 thorpej Exp $ */
/*
@@ -40,7 +40,7 @@ static const char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/23/94";
#else
-static const char rcsid[] = "$OpenBSD: main.c,v 1.25 2003/06/02 20:06:15 millert Exp $";
+static const char rcsid[] = "$OpenBSD: main.c,v 1.26 2005/02/03 05:03:50 jaredy Exp $";
#endif
#endif /* not lint */
@@ -122,7 +122,8 @@ main(int argc, char *argv[])
break;
default:
- errexit("usage: %s -p [-f] [-m mode]\n %s [-f] [-b block#] [-c level] [-y] [-n] [-m mode] [filesystem] ...\n", __progname, __progname);
+ errexit("usage: %s [-fnpy] [-b block#] [-c level] "
+ "[-m mode] filesystem ...\n", __progname);
}
}
argc -= optind;