summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/README
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-30 12:06:18 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-30 12:06:18 +0000
commit8b33f1296678cee28cc75d2a4de795a04c372fc6 (patch)
tree9680cb2f6b990ca25a557addabaecf10f399f1ef /sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/README
parent5482ea74e292772b3e2e2b93d8b95c733b8cc33b (diff)
Fix incorrect shutdown instructions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003026 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/README
index 51f4b07e81..3113202d90 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-distributed/README
@@ -36,9 +36,7 @@ java -cp src/main/resources:../../lib/tuscany-sca-manifest.jar:target/sample-cal
java -cp src/main/resources:../../lib/tuscany-sca-manifest.jar:target/sample-calculator-distributed.jar node.LaunchCalculatorNodeC
java -cp src/main/resources:../../lib/tuscany-sca-manifest.jar:target/sample-calculator-distributed.jar node.LaunchCalculatorNodeA
-
-The processes started on each of these command prompts can be ended by pressing
-the <Enter> key.
+The processes started on each of these command prompts can be ended by typing 'q'.
Sample Overview