[Rt-commit] r6841 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.2: bin

ruz at bestpractical.com ruz at bestpractical.com
Fri Jan 26 13:26:35 EST 2007


Author: ruz
Date: Fri Jan 26 13:26:34 2007
New Revision: 6841

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/bin/rt-crontool.in

Log:
 r4317 at cubic-pc (orig r6679):  ruz | 2006-12-21 00:46:49 +0300
 * fix a typo


Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/bin/rt-crontool.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/bin/rt-crontool.in	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/bin/rt-crontool.in	Fri Jan 26 13:26:34 2007
@@ -207,6 +207,15 @@
       . loc( "[_1] - An argument to pass to [_2]", "--action-argument", "--action" )
       . "\n";
     print "	"
+      . loc( "[_1] - Specify id of the template you want to use", "--template-id" )
+      . "\n";
+    print "	"
+      . loc( "[_1] - Specify if you want to use either 'first' or 'last' transaction", "--transaction" )
+      . "\n";
+    print "	"
+      . loc( "[_1] - Specify the type of a transaction you want to use", "--transaction-type" )
+      . "\n";
+    print "	"
       . loc( "[_1] - Output status updates to STDOUT", "--verbose" ) . "\n";
     print "\n";
     print "\n";


More information about the Rt-commit mailing list