From eb44efec033b9327a495569b7449325ee07ed48c Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 6 Jul 2010 20:36:48 +0000 Subject: Add help for installed and remove commands git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961011 13f79535-47bb-0310-9956-ffa450edef68 --- .../shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sca-java-2.x/trunk/modules/shell/src/main') 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 098933caef..9211a8af09 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 @@ -492,7 +492,8 @@ public class Shell { void helpInstalled() { out.println(" installed []"); out.println(); - out.println(" XXX"); + out.println(" Shows information about the contributions installed on this node,"); + out.println(" including the contribution URI and location along with the URI and QName of any deployed composites"); out.println(); out.println(" Arguments:"); out.println(" contributionURI - (optional) the URI of an installed contribution"); @@ -501,10 +502,10 @@ public class Shell { void helpRemove() { out.println(" remove "); out.println(); - out.println(" XXX"); + out.println(" Removes an installed contribution"); out.println(); out.println(" Arguments:"); - out.println(" contributionURI - (optional) the URI of an installed contribution"); + out.println(" contributionURI - (required) the URI of an installed contribution"); } void helpAddToDomainLevelComposite() { -- cgit v1.2.3