From 10b356c1ebb060b8c5c154ca62886dd5a80c5940 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Fri, 14 Jun 2013 16:03:40 -0500 Subject: [PATCH] doc: voldump manpage fixes Add missing documentation for the -time and -help options. Change-Id: I04ca0fe6d4a5c298415e450a38a19b719dca4800 Reviewed-on: http://gerrit.openafs.org/10391 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/man-pages/pod8/voldump.pod | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/man-pages/pod8/voldump.pod b/doc/man-pages/pod8/voldump.pod index 4922c8b..cbe0776 100644 --- a/doc/man-pages/pod8/voldump.pod +++ b/doc/man-pages/pod8/voldump.pod @@ -8,10 +8,12 @@ voldump - Dump an AFS volume without using the Volume Server
B S<<< B<-part> > >>> S<<< B<-volumeid> > >>> - S<<< [B<-file> >] >>> [B<-verbose>] [B<-help>] + S<<< [B<-file> >] >>> [B<-time> >] + [B<-verbose>] [B<-help>] B S<<< B<-p> > >>> S<<< B<-vo> > >>> - S<<< [B<-f> >] >>> [B<-ve>] [B<-h>] + S<<< [B<-f> >] >>> [B<-time> >] + [B<-ve>] [B<-h>] =for html
@@ -63,11 +65,21 @@ numeric ID, not by name. Specifies the output file for the dump. If this option is not given, the volume will be dumped to standard output. +=item B<-time> > + +Specifies whether the dump is full or incremental. Omit this argument to create +a full dump, or provide one of the valid values listed in L. + =item B<-verbose> Asks for a verbose trace of the dump process. This trace information will be sent to standard error. +=item B<-help> + +Prints the online help for this command. All other valid options are +ignored. + =back =head1 EXAMPLES -- 1.9.4