[rhmessaging-commits] rhmessaging commits: r3911 - store/trunk/cpp/tools.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Apr 14 10:53:33 EDT 2010


Author: kpvdr
Date: 2010-04-14 10:53:31 -0400 (Wed, 14 Apr 2010)
New Revision: 3911

Modified:
   store/trunk/cpp/tools/store_chk
Log:
Fix for BZ 574529 "[store] Misleading -r parameter help in store_chk tool"

Modified: store/trunk/cpp/tools/store_chk
===================================================================
--- store/trunk/cpp/tools/store_chk	2010-04-14 14:41:04 UTC (rev 3910)
+++ store/trunk/cpp/tools/store_chk	2010-04-14 14:53:31 UTC (rev 3911)
@@ -113,7 +113,7 @@
                       help="Quiet (suppress all non-error output)")
         op.add_option("-r", "--records",
                       action="store_true", dest="rflag",
-                      help="Print remaining records and transactions")
+                      help="Print all records and transactions (including consumed/closed)")
         op.add_option("-v", "--verbose",
                       action="store_true", dest="vflag",
                       help="Verbose output")
@@ -223,7 +223,7 @@
                       help="Quiet (suppress all non-error output)")
         op.add_option("-r", "--records",
                       action="store_true", dest="rflag",
-                      help="Print remaining records and transactions")
+                      help="Print all records and transactions (including consumed/closed)")
         op.add_option("-t", "--test-num",
                       action="store", type="int", dest="tnum",
                       help="Test number from CSV file - only valid if CSV file named")



More information about the rhmessaging-commits mailing list