mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@552645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dd1d660149
commit
7029d9b058
|
@ -195,7 +195,7 @@ public class CommandShellOutputFormatter implements OutputFormatter {
|
|||
public void printVersion(String version) {
|
||||
out.println("");
|
||||
out.println("ActiveMQ " + version);
|
||||
out.println("For help or more information please see: http://www.logicblaze.com");
|
||||
out.println("For help or more information please see: http://activemq.apache.org");
|
||||
out.println("");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue