Eclipse Equinox Documentation

Logo

This is the documentation of the Eclipse Equinox Framework.

View the Project on GitHub eclipse-equinox/equinox

man

Description

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.

Parameters

Usage

man
man <command_name>
man <command_name1> <command_name2> ...

Examples

Get general help

g! man

This will list all available commands with their descriptions and parameters.

Get help for a specific command

g! man wires

wires - Prints information about the wiring of a particular bundle
   scope: wiring
   parameters:
      long

Get help for multiple commands

g! man wires disconnect

This will display help information for both the wires and disconnect commands.

Related links: