summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java3
1 files changed, 1 insertions, 2 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 0c06af891d..ba4ba8a63f 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
@@ -475,6 +475,7 @@ public class Shell {
}
List<String> read(Object r) throws IOException {
+ out.println();
out.print(currentDomain + "> ");
final String l;
if (useJline) {
@@ -722,7 +723,6 @@ public class Shell {
} else if ("bye".equalsIgnoreCase(command)) {
helpBye();
}
- out.println();
return true;
}
@@ -756,7 +756,6 @@ public class Shell {
if (useJline)
out.println("Use Tab key for command and argument completion");
out.println("For detailed help on each command do 'help <command>', for help of startup options do 'help startup'");
- out.println();
return true;
}