aboutsummaryrefslogtreecommitdiff
path: root/sbin/dump
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>2003-01-13 19:56:03 +0000
committerMatthew Dillon <dillon@FreeBSD.org>2003-01-13 19:56:03 +0000
commitf2dddb665e7eafeeb32bbb314c6291d00e003c60 (patch)
tree56773dbc61ddc272d558f052c3e8a8973ee57294 /sbin/dump
parentea8123f92bd276cfc68894138c79b74a9e70c02d (diff)
Notes
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index c99257a388d9..1eafa5c420ab 100644
--- a/sbin/dump/main.c
+++ b/sbin/dump/main.c
@@ -578,7 +578,7 @@ usage(void)
#endif
"nSu] [-B records] [-b blocksize] [-D dumpdates]\n"
" [-d density] [-f file] [-h level] [-s feet] "
- "[-T date] filesystem\n"
+ "[-T date] [-C cachesizeMB] filesystem\n"
" dump -W | -w\n");
exit(X_STARTUP);
}