|   
      audfilter help
Returns help information about the audfilter object and its operations.  The syntax is: 
 	audfilter help [operation | -verbose] 
Options 
-verbose Used with the help operation, displays more detailed information about the audfilter object.
 
Description Used without an argument or option, the audfilter help command returns brief information about each audfilter operation.  The optional 
operation argument is the name of an operation (catalog create delete help modify operations or show) about which you want detailed information.  Alternatively, you can use 
the -verbose option for more detailed information about the audfilter object itself.
 
Privileges Required No special privileges are needed to use the audfilter help command.
 
Examples 
dcecp> audfilter help catalog     Returns the list of filters for an audit daemon.
 create      Creates a new filter with specified guides.
 delete      
Deletes a filter and its associated guides.
 modify      Adds or removes one or more guides of a filter.
 show        Returns a list of guides in a specified filter.
 help        Prints a summary of command-line options.
 Operations  Returns a list of the valid operations for this command.
 dcecp>
 
 
 
 |