Modified the help output

This commit is contained in:
Mark Fisher
2009-07-17 15:47:27 +00:00
parent 7a6f42f072
commit c2fe663878

View File

@@ -58,9 +58,8 @@ public class InboundDemoBundleActivator implements BundleActivator, CommandProvi
public void stop(BundleContext arg0) throws Exception {}
public String getHelp() {
return "\n### Spring Integration CLI-based Demo\n" +
"siSend - will send a message to a receiver which will write the message to a file\n\t" +
"siSend <message> <file name> Example: siSend hello foo.txt\n";
return "\n---Spring Integration CLI-based OSGi Demo---\n\t" +
"siSend <message> <filename> - send text to be written to a file\n";
}
public void serviceChanged(ServiceEvent serviceEvent) {