summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2003-01-13 19:56:03 +0000
committerdillon <dillon@FreeBSD.org>2003-01-13 19:56:03 +0000
commitf496e8e19a2124c23b1fbdfda6fe3c37d083ad46 (patch)
tree56773dbc61ddc272d558f052c3e8a8973ee57294 /sbin/dump
parente68d7b787c92bd669eef78fdd1c7c190688cfd32 (diff)
downloadFreeBSD-src-f496e8e19a2124c23b1fbdfda6fe3c37d083ad46.zip
FreeBSD-src-f496e8e19a2124c23b1fbdfda6fe3c37d083ad46.tar.gz
Grr. I keep forgetting things. Include -C in dump's usage() .
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 c99257a..1eafa5c 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);
}
OpenPOWER on IntegriCloud