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