diff options
| author | Lazar Kirchev | 2012-04-30 14:44:48 +0000 |
|---|---|---|
| committer | Thomas Watson | 2012-04-30 14:44:48 +0000 |
| commit | 7b1ff4358baf2be21e334dc223dd83c822e87b8d (patch) | |
| tree | 6023600be36841b28a7e01912c32d627aaa65666 | |
| parent | 79b290d52fe2d72e72d17ef2c27461d670a3d4cc (diff) | |
| download | eclipse.platform.common-7b1ff4358baf2be21e334dc223dd83c822e87b8d.tar.gz eclipse.platform.common-7b1ff4358baf2be21e334dc223dd83c822e87b8d.tar.xz eclipse.platform.common-7b1ff4358baf2be21e334dc223dd83c822e87b8d.zip | |
Bug 368101 - [console] Documentation for the console is necessary
| -rw-r--r-- | bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm b/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm index edabbee3f..75bdef25a 100644 --- a/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm +++ b/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm @@ -243,6 +243,8 @@ If no argument is specified the names of all new commands are displayed. <br> If a command name is specified, the help message for this command is displayed. If the command is legacy and the <code>CommandProvider</code>, which provides this command, does not provide separate help for each command (this is a new feature, introduced in Equinox 3.7), then the help messages for all commands in this <code>CommandProvider</code> are displayed. <br> + The help command supports <code>-scope</code> argument, which should be used as follows: <code>help -scope <command_scope></code>. Thus the help command will display help only for the + commands with the specified scope. <br /> There is also a <code>man</code> command. It accepts the same arguments as the help command and has the same semantics. <br> <h2>Writing Gogo Commands</h2> |
