mirror of https://github.com/apache/activemq.git
Print help, if an invalid argument is given to the command line.
https://issues.apache.org/activemq/browse/AMQ-1314 git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@555911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
073f05cc6f
commit
26f4d2a413
|
@ -103,7 +103,8 @@ public abstract class AbstractCommand implements Command {
|
|||
|
||||
// Token is unrecognized
|
||||
else {
|
||||
GlobalWriter.printInfo("Ignoring unrecognized option: " + token);
|
||||
GlobalWriter.printInfo("Unrecognized option: " + token);
|
||||
isPrintHelp = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue