summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/fsck/fsck.c6
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);
}