[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-28-ge58e7c9
? sunnavy
sunnavy at bestpractical.com
Tue May 11 05:07:47 EDT 2010
The branch, 3.8-trunk has been updated
via e58e7c98401184978eaee7e13d281591eaf646fc (commit)
from 7f965fb259f4fbc88d66f5366202ccf8cb985317 (commit)
Summary of changes:
bin/rt-crontool.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit e58e7c98401184978eaee7e13d281591eaf646fc
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue May 11 17:07:53 2010 +0800
update example to use a real condition module
diff --git a/bin/rt-crontool.in b/bin/rt-crontool.in
index 8401aca..2543363 100755
--- a/bin/rt-crontool.in
+++ b/bin/rt-crontool.in
@@ -374,13 +374,13 @@ sub help {
print loc("Example:");
print "\n";
print " "
- . loc( "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they haven't been touched in 4 hours:"
+ . loc( "The following command will find all active tickets in the queue 'general' and set their priority to 99 if they are overdue:"
)
. "\n\n";
print " bin/rt-crontool \\\n";
print " --search RT::Search::ActiveTicketsInQueue --search-arg general \\\n";
- print " --condition RT::Condition::UntouchedInHours --condition-arg 4 \\\n";
+ print " --condition RT::Condition::Overdue \\\n";
print " --action RT::Action::SetPriority --action-arg 99 \\\n";
print " --verbose\n";
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list