diff options
author | ivan <ivan> | 2004-03-11 02:05:38 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-11 02:05:38 +0000 |
commit | eb9668a6f3181ee02cb335272c5ee4616e61fd09 (patch) | |
tree | f5a22d9141723fd9e2fdb40430e4a38743b72604 /rt/bin/rt-crontool | |
parent | 25953817e61fd252c18241699c0b6cdc3fa54121 (diff) | |
parent | 289340780927b5bac2c7604d7317c3063c6dd8cc (diff) |
This commit was generated by cvs2svn to compensate for changes in r3241,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'rt/bin/rt-crontool')
-rw-r--r-- | rt/bin/rt-crontool | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/rt/bin/rt-crontool b/rt/bin/rt-crontool index ede874a0c..cdbc3cbc9 100644 --- a/rt/bin/rt-crontool +++ b/rt/bin/rt-crontool @@ -197,7 +197,7 @@ sub help { ) . "\n\n"; - print " sbin/cron_shim \\\n"; + print " bin/rt-cron-tool \\\n"; print " --search RT::Search::ActiveTicketsInQueue --search-arg general \\\n"; print @@ -205,6 +205,16 @@ sub help { print " --action RT::Action::SetPriority --action-arg 99 \\\n"; print " --verbose\n"; + print "\n"; + print loc("Escalate tickets"); + print "rt-crontool \\\n"; + print " --search RT::Search::ActiveTicketsInQueue --search-arg thequeuename \\\n"; + print " --action RT::Action::EscalatePriority \\\n"; + + + + + exit(0); } |