From e997665189d7be9cd22205ab5b8cd3b586e854e2 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 14 Sep 2011 14:01:52 +0000 Subject: [PATCH] man page tabprune -d git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10525 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/tabprune.8.pod | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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