diff --git a/xCAT-client/pods/man8/tabprune.8.pod b/xCAT-client/pods/man8/tabprune.8.pod index 760eef83b..9bbdf5d7d 100644 --- a/xCAT-client/pods/man8/tabprune.8.pod +++ b/xCAT-client/pods/man8/tabprune.8.pod @@ -4,7 +4,7 @@ B - Deletes records from the eventlog,auditlog,isnm_perf,isnm_perf_sum =head1 SYNOPSIS -B B [B<-V>] B<-i> I |B<-n> I | B<-p> I | B<-a> +B B [B<-V>] B<-i> I |B<-n> I | B<-p> I | B<-d> I | B<-a> B [B<-h>|B<--help>] [B<-v>|B<--version>] @@ -36,6 +36,10 @@ Remove the number of records input. Remove the percentage of records input. +=item B<-d> I + +Remove all records that occurred >= than number of days ago. + =back =head1 RETURN VALUE @@ -86,6 +90,12 @@ To remove 50% of the eventlog table: B I -p 50 +=item * + +To remove all records that occurred >= 5 days ago in the eventlog: + +B I -d 5 + =back