[Rt-commit] [svn] r999 - rt/trunk/bin

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Wed Jun 2 23:02:15 EDT 2004


Author: alexmv
Date: Wed Jun  2 23:02:14 2004
New Revision: 999

Modified:
   rt/trunk/bin/rt-crontool.in
Log:
RT-Ticket: 3066
RT-Status: close
RT-Update: comment

 * Make the documentation a little more apparent from the commandline


Modified: rt/trunk/bin/rt-crontool.in
==============================================================================
--- rt/trunk/bin/rt-crontool.in	(original)
+++ rt/trunk/bin/rt-crontool.in	Wed Jun  2 23:02:14 2004
@@ -68,7 +68,7 @@
             "help"            => \$help,
             "verbose|v"       => \$verbose );
 
-help() if $help;
+help() if $help or not @ARGV or not $action;
 
 # We _must_ have a search object
 load_module($search);


More information about the Rt-commit mailing list