Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 376319 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.platform.doc.isv/guide/console_shell.htm (-1 / +2 lines)
Lines 243-248 Link Here
243
  If no argument is specified, the names of all new commands are displayed, along with the help message and the command parameters. The help for old-style commands is displayed as in the default console. <br />
243
  If no argument is specified, the names of all new commands are displayed, along with the help message and the command parameters. The help for old-style commands is displayed as in the default console. <br />
244
  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, 
244
  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, 
245
  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 />            
245
  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 />            
246
  The help command supports <code>-scope</code> argument, which should be used as follows: <code>help -scope &lt;command_scope&gt;</code>. Thus the help command will display help only for the
247
  commands with the specified scope. <br />
246
  There is also a <code>man</code> command. It accepts the same arguments as the help command and has the same semantics. <br />
248
  There is also a <code>man</code> command. It accepts the same arguments as the help command and has the same semantics. <br />
247
            
249
            
248
  <h2>Writing Gogo Commands</h2>
250
  <h2>Writing Gogo Commands</h2>
249
- 

Return to bug 376319