From: Andrew Deason Date: Fri, 14 Jun 2013 21:03:40 +0000 (-0500) Subject: doc: voldump manpage fixes X-Git-Tag: upstream/1.8.0_pre1^2~940 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=10b356c1ebb060b8c5c154ca62886dd5a80c5940;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/doc/man-pages/pod8/voldump.pod b/doc/man-pages/pod8/voldump.pod index 4922c8b05..cbe07767f 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