help
Display syntax help for the specified command. You can use the ? symbol instead of the string help as an alternative way of displaying the help.
User access
admin, pseoperator
Syntax
help <command>
Example
psesh:> help help
Type help or ? to see help and syntax information for any Luna Shell command.
help or ? with no arguments lists the top level commands with brief descriptions.
help or ? followed by one or more arguments (command names, sub-commands, options) yields increasingly detailed information.
For example:
The command ? hsm returns general information on the hsm commands.
The command help hsm state returns information on the hsm state subcommands.
The -force option, on any command that supports that option, causes the command to proceed silently, without prompting you for input - this is useful for scripting.
Command Result : 0 (Success)
psesh:> ? hsm
Syntax: hsm
The following subcommands are available:
Name (short) Description
-------------------------------------------------------------
state s Shows HSM State
reset r Reset HSM
Command Result : 0 (Success)