summaryrefslogtreecommitdiff
path: root/rt/bin/rt-crontool.in
diff options
context:
space:
mode:
Diffstat (limited to 'rt/bin/rt-crontool.in')
-rw-r--r--rt/bin/rt-crontool.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/bin/rt-crontool.in b/rt/bin/rt-crontool.in
index 8ecc71826..45f9aefab 100644
--- a/rt/bin/rt-crontool.in
+++ b/rt/bin/rt-crontool.in
@@ -68,7 +68,7 @@ GetOptions( "search=s" => \$search,
"help" => \$help,
"verbose|v" => \$verbose );
-help() if $help;
+help() if $help or not $search or not $action;
# We _must_ have a search object
load_module($search);