diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2003-07-26 15:29:10 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2003-07-26 15:29:10 +0000 |
| commit | fc608753256c9b23d39f0fd0922b2b01827c8770 (patch) | |
| tree | d0f322976fe08ff27cbd4455b92a9080d61dc057 /sbin/fsck | |
| parent | 31661c38037156699e145fa6b1a9324deee2ea77 (diff) | |
Notes
Diffstat (limited to 'sbin/fsck')
| -rw-r--r-- | sbin/fsck/fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.c b/sbin/fsck/fsck.c index f11ee8910dd47..fe4e5a315e2b1 100644 --- a/sbin/fsck/fsck.c +++ b/sbin/fsck/fsck.c @@ -567,7 +567,7 @@ static void usage(void) { static const char common[] = - "[-BFdpvlyn] [-T fstype:fsoptions] [-t fstype]"; + "[-BFdfnpvy] [-T fstype:fsoptions] [-t fstype]"; (void)fprintf(stderr, "usage: %s %s [special|node]...\n", getprogname(), common); |
