fixed save command in cron context
[spider.git] / cmd / Commands_en.hlp
index ff8b54f10d9b659c66f28d0cd1dd24ade3e1b5cc..41d6313b625d5ee1f3d9d4f91040cf4d5869155c 100644 (file)
@@ -1135,7 +1135,7 @@ need to create any directories you want to put stuff in beforehand as well.
 It is likely that you will want to run these commands in a crontab type 
 situation. You would do that something like:-
 
-  0 0 * * * run_cmd('save /tmp/dxstats echo "DXStat Table", "sh/dxstats"')
+  0 0 * * * run_cmd('save /tmp/dxstats "echo DXStat Table", "sh/dxstats"')
 
 Note that you still enclose each command with (") characters but you must
 enclose the entire save command in (') characters.