|   
      attrlist help
Returns help information about the attrlist object and its operations.  The syntax is: 
 	attrlist help [operation | -verbose] 
Options 
-verbose Used with the help operation, displays information about the attrlist object.
 
Description Used without an argument or option, the attrlist help operation returns brief information about each attrlist operation.  The optional 
operation argument is the attrlist of an operation (add, getvalues, help, list, modify, operations, and remove) about which you 
want detailed information.  Alternatively, you can use the -verbose option for more detailed information about the attrlist object itself.
 
Privileges Required No special privileges are needed to use the attrlist help command.
 
Examples 
dcecp> attrlist help add             Adds attributes to a list.
 getvalues       Returns the values of specified attributes.
 list            Returns the 
attribute types present in a list.
 modify          Modifies an attribute list.
 remove          Removes attributes from a list.
 help            Prints a summary 
of command-line options.
 operations      Returns a list of valid operations for this command.
 dcecp>
 
 
 
 |