Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 240681

Summary: Improper positioning of new line chars in the console help entry
Product: [Eclipse Project] Equinox Reporter: Oleg Besedin <ob1.eclipse>
Component: p2Assignee: P2 Inbox <equinox.p2-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3    
Version: unspecified   
Target Milestone: 3.5 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Oleg Besedin CLA 2008-07-14 10:28:01 EDT
See bug 240607.

The console help output before that change:

---Extension Registry Commands---
	ns [-v] [name] - display extension points in the namespace; add -v to display extensions
	pt [-v] uniqueExtensionPointId - display the extension point and extensions; add -v to display config elements
---Configurator Commands---
	confapply [<config URL>] - Applies a configuration---Eclipse Runtime commands---

(note "---Eclipse Runtime" on the same line as config apply command).

The console help output after the change specified in the bug:

---Extension Registry Commands---
	ns [-v] [name] - display extension points in the namespace; add -v to display extensions
	pt [-v] uniqueExtensionPointId - display the extension point and extensions; add -v to display config elements

---Configurator Commands---
	confapply [<config URL>] - Applies a configuration---Eclipse Runtime commands---

(note the extra empty line before the "---Configurator Commands---" section and missing new line after the confapply command).

The file that provides help text is the ConfiguratorCommandProvider (package org.eclipse.equinox.internal.simpleconfigurator.console).
Comment 1 John Arthorne CLA 2008-07-14 16:44:40 EDT
Fixed.