summaryrefslogtreecommitdiffstats
path: root/sbin/dump/main.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-07-09 03:06:56 +0000
committerdillon <dillon@FreeBSD.org>2001-07-09 03:06:56 +0000
commit2f52ad74cdfcaa675125b6cdb900985198e1a264 (patch)
tree42509b640982384a3abd90d2d239e917f31a0ae2 /sbin/dump/main.c
parente5e53f5188c0c1f8ed858fb53e468a29386c3091 (diff)
downloadFreeBSD-src-2f52ad74cdfcaa675125b6cdb900985198e1a264.zip
FreeBSD-src-2f52ad74cdfcaa675125b6cdb900985198e1a264.tar.gz
Add manual page and usage for dump -D (supplied by Dima Dorfman) (will also
be MFC'd) Submitted by: Dima Dorfman <dima@unixfreak.org>
Diffstat (limited to 'sbin/dump/main.c')
-rw-r--r--sbin/dump/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/dump/main.c b/sbin/dump/main.c
index 3e8ca47..cc19b42 100644
--- a/sbin/dump/main.c
+++ b/sbin/dump/main.c
@@ -493,8 +493,9 @@ usage()
#ifdef KERBEROS
"k"
#endif
- "nu] [-B records] [-b blocksize] [-d density] [-f file]\n"
- " [-h level] [-s feet] [-T date] filesystem\n"
+ "nu] [-B records] [-b blocksize] [-D dumpdates]\n"
+ " [-d density] [-f file ] [-h level] [-s feet] "
+ "[-T date] filesystem\n"
" dump [-W | -w]\n");
exit(X_STARTUP);
}
OpenPOWER on IntegriCloud