|   
      uuid help
Returns help information about the uuid object and its operations.  The syntax is: 
 	uuid help [operation | -verbose] 
Options 
-verbose Displays information about the uuid object.
 
Description Used without an argument or option, the uuid help command returns brief information about each uuid operation.  The optional operation 
argument is the name of an operation (create, compare, help, and operations) about which you want detailed information.  Alternatively, you can use the -verbose option for 
more detailed information about the uuid object itself.
 
Privileges Required No special privileges are needed to use the uuid help command.
 
Examples 
dcecp> uuid help create              Returns a generated UUID.
 compare             Compares two UUIDs for equality.
 help                Prints a 
summary of command-line options.
 operations          Returns a list of the valid operations for this command.
 dcecp>
 
 
 
 |