summaryrefslogtreecommitdiffstats
path: root/sbin/fsck
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2001-04-30 05:36:32 +0000
committermckusick <mckusick@FreeBSD.org>2001-04-30 05:36:32 +0000
commitc5f553afea1d04522d1c0986da65af1aa193e317 (patch)
treee5441a74197f93f3949654577811323cb330a591 /sbin/fsck
parent29aa62f877f6b219fbeb0ec15744235c84fbab2d (diff)
downloadFreeBSD-src-c5f553afea1d04522d1c0986da65af1aa193e317.zip
FreeBSD-src-c5f553afea1d04522d1c0986da65af1aa193e317.tar.gz
Update usage message with new options.
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
Diffstat (limited to 'sbin/fsck')
-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 09d1804..00d072e 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);
OpenPOWER on IntegriCloud