Purpose
Displays the syntax of specified package commands or lists functional descriptions of all package commands
Synopsis
package help [-topic <help string>+] [-help] package h [-t <help string>+] [-h]
Description
The package help command displays the complete online help entry (short description and syntax statement) for each command operation code specified by the -topic argument. If the -topic argument is omitted, the output includes the first line (name and short description) of the online help entry for every package command.
To list every package command whose name or short description includes a specified keyword, use the package apropos command.
Options
Output
The online help entry for each package command consists of the following two or three lines:
Examples
The following command displays the online help entry for the package initcmd command:
% package help initcmd package initcmd: initialize the program Usage: package [initcmd] [-config <base name of configuration file>] [-fullconfig <full name of configuration file, or stdin for standard input>] [-overwrite] [-noaction] [-verbose] [-silent] [-rebootfiles] [-debug] [-help]
Privilege Required
None
Related Information