X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FCommands_en.hlp;h=41d6313b625d5ee1f3d9d4f91040cf4d5869155c;hb=61148e50735498a356ffd95b5a79faf1dc6b9d82;hp=ff8b54f10d9b659c66f28d0cd1dd24ade3e1b5cc;hpb=21eccb8b2261a8f75ab4a4ac1426b77664733069;p=spider.git diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index ff8b54f1..41d6313b 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -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.