[jboss-svn-commits] JBL Code SVN: r31495 - labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/log.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 8 14:31:29 EST 2010


Author: mark.little at jboss.com
Date: 2010-02-08 14:31:29 -0500 (Mon, 08 Feb 2010)
New Revision: 31495

Modified:
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/log/LogBrowser.java
Log:
https://jira.jboss.org/jira/browse/JBTM-699

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/log/LogBrowser.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/log/LogBrowser.java	2010-02-08 19:29:18 UTC (rev 31494)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/tools/log/LogBrowser.java	2010-02-08 19:31:29 UTC (rev 31495)
@@ -392,7 +392,7 @@
         System.out.println("\nls <type> - list logs for specified type. If no type specified then must be already attached.");
         System.out.println("select [<type] - browse a specific type of transaction. Automatically detaches.");
         System.out.println("attach <log> - cannot be attached to another log.");
-        System.out.println("detach <log> - must be attached to log.");
+        System.out.println("detach - must be attached to log.");
         System.out.println("forget <pid> - must be attached to log.");
         System.out.println("delete <pid> - must be attached to log.");
         System.out.println("types - lists supported transaction types.");



More information about the jboss-svn-commits mailing list