Prints usage help for a command.
Usages
help [-k] [command_pattern]
With no arguments, the list of all commands is printed out. If a pattern is specified a list of all commands that match that pattern is printed. If only one command matches, or the pattern matches the command exactly, the detailed help for that command will be printed.
Options
-k
| Searches all command help text for the pattern. |