[Rt-devel] A problem with rt-crontool

Hans K hk at circlestorm.org
Fri Jul 2 09:09:49 EDT 2004


> Helptext for rt-crontool is wrong:

Diff for correct (as far as I can see) help text example below.
It does not fix the problem I have of course.


@@ -194,7 +194,7 @@
       )
       . "\n\n";
  
-    print " bin/rt-crontool \\\n";
+    print " bin/rt-cron-tool \\\n";
     print
       "  --search RT::Search::ActiveTicketsInQueue  --search-arg
general \\\n";
     print
@@ -203,10 +203,10 @@
     print "  --verbose\n";
  
     print "\n";
-    print loc("Escalate tickets\n");
-    print " bin/rt-crontool \\\n";
-    print "  --search RT::Search::ActiveTicketsInQueue  --search-arg
thequeuename \\\n";
-    print "  --action RT::Action::EscalatePriority \\\n";
+    print loc("Escalate tickets");
+    print "rt-crontool \\\n";
+    print " --search RT::Search::ActiveTicketsInQueue  --search-arg
thequeuename \\\n";
+    print " --action RT::Action::EscalatePriority \\\n";




More information about the Rt-devel mailing list