This is the documentation of the Eclipse Equinox Framework.
Displays manual/help information for commands
The man command is an alias for the help command, providing the same functionality with a Unix-like command name. It displays help information for available console commands.
man
man <command_name>
man <command_name1> <command_name2> ...
g! man
This will list all available commands with their descriptions and parameters.
g! man wires
wires - Prints information about the wiring of a particular bundle
scope: wiring
parameters:
long
g! man wires disconnect
This will display help information for both the wires and disconnect commands.
Related links: