You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2012/02/29 09:05:42 UTC

svn commit: r1295003 - /oodt/trunk/cli/README.txt

Author: bfoster
Date: Wed Feb 29 08:05:42 2012
New Revision: 1295003

URL: http://svn.apache.org/viewvc?rev=1295003&view=rev
Log:
- More updates to CAS-CLI help guide

Modified:
    oodt/trunk/cli/README.txt

Modified: oodt/trunk/cli/README.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/cli/README.txt?rev=1295003&r1=1295002&r2=1295003&view=diff
==============================================================================
--- oodt/trunk/cli/README.txt (original)
+++ oodt/trunk/cli/README.txt Wed Feb 29 08:05:42 2012
@@ -496,7 +496,7 @@ We can prevent the PrintMessageAction fr
           p:option-ref="byeWorld" p:required="false" />
       </list>
     </property>
-    </bean>
+  </bean>
 
   <bean id="helloWorld" class="org.apache.oodt.cas.cli.option.AdvancedCmdLineOption" p:isSubOption="true">
     <property name="shortOption" value="hw" />
@@ -679,7 +679,7 @@ Up til now, we have just accepted that -
           p:option-ref="byeWorld" p:required="false" />
       </list>
     </property>
-    </bean>
+  </bean>
 
   <bean id="helloWorld" class="org.apache.oodt.cas.cli.option.AdvancedCmdLineOption" p:isSubOption="true">
     <property name="shortOption" value="hw" />
@@ -840,7 +840,7 @@ Similarly the same can be done for help 
           p:option-ref="byeWorld" p:required="false" />
       </list>
     </property>
-    </bean>
+  </bean>
 
   <bean id="helloWorld" class="org.apache.oodt.cas.cli.option.AdvancedCmdLineOption" p:isSubOption="true">
     <property name="shortOption" value="hw" />
@@ -1010,7 +1010,7 @@ At the begin of this guide it was stated
           p:option-ref="custom" p:required="false" />
       </list>
     </property>
-    </bean>
+  </bean>
 
   <bean id="helloWorld" class="org.apache.oodt.cas.cli.option.AdvancedCmdLineOption" p:isSubOption="true">
     <property name="shortOption" value="hw" />