[Rt-commit] r11613 - rt/branches/3.7-RTIR-RELENG/bin

ruz at bestpractical.com ruz at bestpractical.com
Mon Apr 7 09:11:30 EDT 2008


Author: ruz
Date: Mon Apr  7 09:11:30 2008
New Revision: 11613

Modified:
   rt/branches/3.7-RTIR-RELENG/bin/rt-crontool.in

Log:
* fix typos in the doc, we naver had --xxx-argument,
  it always has been --xxx-arg

Modified: rt/branches/3.7-RTIR-RELENG/bin/rt-crontool.in
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/bin/rt-crontool.in	(original)
+++ rt/branches/3.7-RTIR-RELENG/bin/rt-crontool.in	Mon Apr  7 09:11:30 2008
@@ -236,20 +236,20 @@
       . loc( "[_1] - Specify the search module you want to use", "--search" )
       . "\n";
     print "	"
-      . loc( "[_1] - An argument to pass to [_2]", "--search-argument", "--search" )
+      . loc( "[_1] - An argument to pass to [_2]", "--search-arg", "--search" )
       . "\n";
 
     print "	"
       . loc( "[_1] - Specify the condition module you want to use", "--condition" )
       . "\n";
     print "	"
-      . loc( "[_1] - An argument to pass to [_2]", "--condition-argument", "--condition" )
+      . loc( "[_1] - An argument to pass to [_2]", "--condition-arg", "--condition" )
       . "\n";
     print "	"
       . loc( "[_1] - Specify the action module you want to use", "--action" )
       . "\n";
     print "	"
-      . loc( "[_1] - An argument to pass to [_2]", "--action-argument", "--action" )
+      . loc( "[_1] - An argument to pass to [_2]", "--action-arg", "--action" )
       . "\n";
     print "	"
       . loc( "[_1] - Specify id of the template you want to use", "--template-id" )


More information about the Rt-commit mailing list