|   
      rpcentry help
Returns help information about the rpcentry object and its operations.  The syntax is: 
 	dcecp rpcentry help [operation | -verbose] 
Options 
-verbose Displays information about the rpcentry object.
 
Description Used without an argument or option, the rpcentry help command returns brief information about each rpcentry operation.
 
The optional operation argument is the name of an operation about which you want detailed information.   
Alternatively, you can use the -verbose option for more detailed information about the rpcentry object itself. 
Privileges Required No special privileges are needed to use the rpcentry help command.
 
Examples 
dcecp> rpcentry help create              Creates a list of empty RPC entries.
 delete              Deletes a list of RPC entries.
 export              
Stores bindings in a list of RPC entries.
 import              Returns bindings from a list of RPC entries.
 show                Returns the attributes of a list of RPC 
entries.
 unexport            Deletes bindings from a list of RPC entries.
 help                Prints a summary of command-line options.
 operations          
Returns a list of the valid operations for this command.
 dcecp>
 
 
 
 |