The client does not process the -h [host] option
------------------------------------------------
Key: SMX4KNL-259
URL: https://issues.apache.org/activemq/browse/SMX4KNL-259
Project: ServiceMix Kernel
Issue Type: Bug
Affects Versions: 1.1.0, 1.2.0
Reporter: Horst Studer
The client displays a --help message as follows:
System.out.println("Apache ServiceMix Kernel client");
System.out.println(" -a [port] specify the port to
connect to");
System.out.println(" -h [host] specify the host to
connect to");
System.out.println(" -u [user] specify the user name");
System.out.println(" -p [password] specify the password");
System.out.println(" --help shows this help
message");
System.out.println(" [commands] commands to run");
System.out.println("If no commands are specified, the
client will be put in an interactive mode");
The -h [host] option is not processed, however.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.