summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-17 10:18:53 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-17 10:18:53 +0000
commitb288365245a5fc868a97b06e50835038839b2582 (patch)
tree092c457ecf6c84a537c2e8d276e8ee2d22c42f5b
parentc57de5253c5c6f8cb6067b9f7a576d99182115fd (diff)
Simplify help output by only including the version not the build revision and date
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082437 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java b/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java
index 152b67a9dc..642c7a0051 100644
--- a/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java
+++ b/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java
@@ -720,12 +720,7 @@ public class Shell {
}
boolean helpOverview() {
- out.println("Apache Tuscany Shell (" + Version.getVersion()
- + " "
- + Version.getRevsion()
- + " "
- + Version.getBuildTime()
- + ")");
+ out.println("Apache Tuscany Shell (" + Version.getVersion() + ")");
out.println("Commands:");
out.println();
out.println(" help");