From 85795bf9360e1a27d160db84ae1dc177319fc348 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 4 Mar 2011 18:28:12 +0000 Subject: [PATCH] remove support for TEAL tables in tabprune. They are supplying there on table delete commands git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8999 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man8/tabprune.8.pod | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/xCAT-client/pods/man8/tabprune.8.pod b/xCAT-client/pods/man8/tabprune.8.pod index c7faa110e..bc0c8245c 100644 --- a/xCAT-client/pods/man8/tabprune.8.pod +++ b/xCAT-client/pods/man8/tabprune.8.pod @@ -1,17 +1,16 @@ =head1 NAME -B - Deletes records from the eventlog, auditlog or x_teal* tables. +B - Deletes records from the eventlog or auditlog tables. =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<-a> B [B<-h>|B<--help>] [B<-v>|B<--version>] =head1 DESCRIPTION -The tabprune command is used to delete records from the auditlog, eventlog or the x_teal* tables. As an option, the table header and all the rows pruned from the specified table will be displayed in CSV (comma separated values) format. -If TEAL is installed the following tables are also supported: x_tealalert2alert,x_tealalert2event,x_tealalertlog,x_tealcheckpoint,x_tealeventlog. +The tabprune command is used to delete records from the auditlog or eventlog. As an option, the table header and all the rows pruned from the specified table will be displayed in CSV (comma separated values) format. =head1 OPTIONS @@ -37,10 +36,6 @@ Remove the number of records input. Remove the percentage of records input. -=item B<-V> - -Return the records that were removed by this command. - =back =head1 RETURN VALUE