[jboss-svn-commits] JBL Code SVN: r29666 - labs/jbosstm/workspace/adinn/byteman/trunk/bin.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 19 10:17:22 EDT 2009


Author: adinn
Date: 2009-10-19 10:17:22 -0400 (Mon, 19 Oct 2009)
New Revision: 29666

Modified:
   labs/jbosstm/workspace/adinn/byteman/trunk/bin/submit.sh
Log:
added missing comment chars -- fixes for BYTEMAN-33

Modified: labs/jbosstm/workspace/adinn/byteman/trunk/bin/submit.sh
===================================================================
--- labs/jbosstm/workspace/adinn/byteman/trunk/bin/submit.sh	2009-10-19 14:15:27 UTC (rev 29665)
+++ labs/jbosstm/workspace/adinn/byteman/trunk/bin/submit.sh	2009-10-19 14:17:22 UTC (rev 29666)
@@ -26,9 +26,9 @@
 #
 # usage: submit [-l|-u] [script1 . . . scriptN]
 #   -l (default) install rules in script1 . . . scriptN
-       with no args list all installed rules
+#      with no args list all installed rules
 #   -u uninstall rules in script1 . . . scriptN
-       with no args uninstall all installed rules
+#      with no args uninstall all installed rules
 #
 # use the root of the path to this file to locate the byteman jar
 BASE=${0%*bin/submit.sh}



More information about the jboss-svn-commits mailing list