help
Displays help information
Format:
help [ topic ]
Arguments:
topic
The topic or command for which the CLI prints information.
Description:
The help command prints information about the specified topic or command. If you do no use an argument, the CLI displays a list of the topics for which help is available.
If more than one screen of data would be displayed, the CLI fills the screen with data and then displays a more prompt. You can then press Enter to see more data or enter q to return to the CLI prompt.
When you type a topic name, the CLI will attempt to complete what you type. help also allows you to enter one of the CLI's built-in aliases. For example:
d1.<> he a
Ambiguous help topic "a". Possible matches:
alias accessors arguments addressing_expressions
d1.<> he ac
"ac" has been aliased to "dactions":
dactions [ bp-ids ... ] [ -at <source-loc> ] [ -disabled | -enabled
]
Default alias: ac
...
d1.<> he acc
The following commands provide access to the properties
of
TotalView objects:
...
You can use the capture command to place help information into a variable.
Command alias:
You may find the following aliases useful:
Alias |
Definition |
Meaning |
he |
{help} |
Displays help information. |
Examples:
help help
Prints information describing the help command.