diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-10-20 18:11:18 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-10-20 18:11:18 +0000 |
commit | abbd5e70ae4c6f9eb797a251f4bf4c9474f05d14 (patch) | |
tree | 0ff26091d20391642e2ed7fe2a5a967fc7d002fe /sbin | |
parent | 8261c76bcfd28697dd2ea98e05667007634d9bd5 (diff) |
add missing [-b block#] to the usage of fsck(8)
ok jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck/fsck.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index cf16d00b42b..c61d43c30fc 100644 --- a/sbin/fsck/fsck.c +++ b/sbin/fsck/fsck.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fsck.c,v 1.25 2007/10/20 18:08:57 sobrado Exp $ */ +/* $OpenBSD: fsck.c,v 1.26 2007/10/20 18:11:17 sobrado Exp $ */ /* $NetBSD: fsck.c,v 1.7 1996/10/03 20:06:30 christos Exp $ */ /* @@ -35,7 +35,7 @@ * */ -static const char rcsid[] = "$OpenBSD: fsck.c,v 1.25 2007/10/20 18:08:57 sobrado Exp $"; +static const char rcsid[] = "$OpenBSD: fsck.c,v 1.26 2007/10/20 18:11:17 sobrado Exp $"; #include <sys/param.h> #include <sys/mount.h> @@ -472,7 +472,7 @@ usage(void) extern char *__progname; fprintf(stderr, "usage: %s " - "[-dfnpvy] [-l maxparallel] [-T fstype:fsoptions]\n" + "[-dfnpvy] [-b block#] [-l maxparallel] [-T fstype:fsoptions]\n" " [-t fstype] [special | node ...]\n", __progname); exit(1); } |