git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@552645 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonas B. Lim 2007-07-03 02:04:07 +00:00
parent dd1d660149
commit 7029d9b058
1 changed files with 1 additions and 1 deletions

View File

@ -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("");
}