aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck/fsck.c
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2001-04-30 05:36:32 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2001-04-30 05:36:32 +0000
commitf4a225c706aff3776286e749d0a99d6e71209040 (patch)
tree167159636c3b10ab46c231a338d3ee27f90ed608 /sbin/fsck/fsck.c
parentaad7597ce09ff406fd80fe49b995d3f6237aa446 (diff)
downloadsrc-f4a225c706aff3776286e749d0a99d6e71209040.tar.gz
src-f4a225c706aff3776286e749d0a99d6e71209040.zip
Update usage message with new options.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=76143
Diffstat (limited to 'sbin/fsck/fsck.c')
-rw-r--r--sbin/fsck/fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c
index 09d1804c306f..00d072e319b1 100644
--- a/sbin/fsck/fsck.c
+++ b/sbin/fsck/fsck.c
@@ -603,7 +603,7 @@ usage()
{
extern char *__progname;
static const char common[] =
- "[-dpvlyn] [-T fstype:fsoptions] [-t fstype]";
+ "[-BFdpvlyn] [-T fstype:fsoptions] [-t fstype]";
(void)fprintf(stderr, "Usage: %s %s [special|node]...\n",
__progname, common);