From: Adam Dickmeiss Date: Tue, 10 Jun 2003 11:55:18 +0000 (+0000) Subject: Usage X-Git-Tag: tclrobot.0.2.0~20 X-Git-Url: http://git.indexdata.com/?p=tclrobot.git;a=commitdiff_plain;h=5a6e4380b9b39674fb63839a5aeaa23cb68537cb Usage --- diff --git a/robot.tcl b/robot.tcl index 55e7f2a..968e64e 100755 --- a/robot.tcl +++ b/robot.tcl @@ -1,5 +1,5 @@ #!/usr/bin/tclsh -# $Id: robot.tcl,v 1.35 2003/06/10 11:43:52 adam Exp $ +# $Id: robot.tcl,v 1.36 2003/06/10 11:55:18 adam Exp $ # proc RobotFileNext1 {area lead} { # puts "RobotFileNext1 area=$area lead=$lead" @@ -1176,7 +1176,7 @@ set l [llength $argv] if {$l < 2} { puts {tclrobot: usage:} - puts {tclrobot [-j jobs] [-i idle] [-c count] [-d domain] [-r rules] [url ..]} + puts {tclrobot [-j jobs] [-i idle] [-c count] [-d domain] [-D dir] [-r rules] [url ..]} puts " Example: -c 3 -d '*.dk' http://www.indexdata.dk/" exit 1