tabprune support for ISNM tables

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9419 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-04-27 16:08:43 +00:00
parent ce5dff7e68
commit 73daaba963

View File

@ -1,6 +1,6 @@
=head1 NAME
B<tabprune> - Deletes records from the eventlog or auditlog tables.
B<tabprune> - Deletes records from the eventlog,auditlog,isnm_perf,isnm_perf_sum tables.
=head1 SYNOPSIS
@ -10,7 +10,7 @@ B<tabprune> [B<-h>|B<--help>] [B<-v>|B<--version>]
=head1 DESCRIPTION
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.
The tabprune command is used to delete records from the auditlog,eventlog,isnm_perf,isnm_perf_sum 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.
=head1 OPTIONS