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