import rt 3.0.12
[freeside.git] / rt / bin / rt-crontool.in
index 8ecc718..45f9aef 100644 (file)
@@ -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);