diff --git a/xCAT-client/pods/man8/tabdump.8.pod b/xCAT-client/pods/man8/tabdump.8.pod index 872f66e39..f06ca3497 100644 --- a/xCAT-client/pods/man8/tabdump.8.pod +++ b/xCAT-client/pods/man8/tabdump.8.pod @@ -34,7 +34,7 @@ Display usage message. Show descriptions of the tables, instead of the contents of the tables. If a table name is also specified, descriptions of the columns (attributes) of the table will be displayed. Otherwise, a summary of each table will be displayed. -=item B<-w> I B<-w> I ... +=item B<-w> I<'attr==val'> B<-w> I<'attr=~val'> ... Use one or multiple -w flags to specify the selection string that can be used to select particular rows of the table. See examples. @@ -90,9 +90,9 @@ B I<-w 'groups=~comput%'> I<-w 'status==booted'> I =item * -To display the records of the auditlog before date 2011-04-18 11:30:00 : +To display the records of the auditlog on date 2011-04-18 11:30:00 : -B I<-w 'audittime>2011-04-18 11:30:00'> I +B I<-w 'audittime==2011-04-18 11:30:00'> I =item *