aboutsummaryrefslogtreecommitdiff
path: root/sbin/dumpfs
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2011-12-26 16:47:45 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2011-12-26 16:47:45 +0000
commit4ff79fdf3f691b70b1b5ad02272d7e85c259ae77 (patch)
treee50d3ebc69a6553b6be863a7124a1f88f0461725 /sbin/dumpfs
parent2157f34d3a810fdc3b84246879cef8e11e819651 (diff)
downloadsrc-4ff79fdf3f691b70b1b5ad02272d7e85c259ae77.tar.gz
src-4ff79fdf3f691b70b1b5ad02272d7e85c259ae77.zip
Notes
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r--sbin/dumpfs/dumpfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index 3451bcdafcd7..2926d1ad90fc 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -499,6 +499,6 @@ ufserr(const char *name)
static void
usage(void)
{
- (void)fprintf(stderr, "usage: dumpfs [-fm] filesys | device\n");
+ (void)fprintf(stderr, "usage: dumpfs [-flm] filesys | device\n");
exit(1);
}