From 5a6e4380b9b39674fb63839a5aeaa23cb68537cb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 10 Jun 2003 11:55:18 +0000 Subject: [PATCH] Usage --- robot.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4