Author: antelder
Date: Tue Jul  6 20:36:48 2010
New Revision: 961011

URL: http://svn.apache.org/viewvc?rev=961011&view=rev
Log:
Add help for installed and remove commands

Modified:
    
tuscany/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java

Modified: 
tuscany/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java?rev=961011&r1=961010&r2=961011&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/shell/src/main/java/org/apache/tuscany/sca/shell/Shell.java
 Tue Jul  6 20:36:48 2010
@@ -492,7 +492,8 @@ public class Shell {
     void helpInstalled() {
         out.println("   installed [<contributionURI>]");
         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 <contributionURI>");
         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() {


Reply via email to