diff --git a/xCAT-client/pods/man8/tabdump.8.pod b/xCAT-client/pods/man8/tabdump.8.pod index 9e1ab1505..bcac4eed1 100644 --- a/xCAT-client/pods/man8/tabdump.8.pod +++ b/xCAT-client/pods/man8/tabdump.8.pod @@ -8,8 +8,12 @@ B [I<-d>] [I] B [I
] +B [I<-f> I] [I
] + B [I<-w> I==I] [B<-w> I=~I] ...] [I
] +B [I<-w> I==I] [B<-w> I=~I] ...] [I<-f> I] [I
] + B [I<-v> | I<--version>] B [I<-?> | I<-h> | I<--help>] @@ -50,6 +54,11 @@ Operator descriptions: !~ Select nodes where the attribute value matches the SQL NOT LIKE value. +=item B<-f> + +File name or path to file in which to dump the table. Without this the table is dumped +to stdout. Using the -f flag allows the table to be dumped one record at a time. If tables are very large, dumping to stdout can cause problems such as running out of memory. + =back =head1 RETURN VALUE