X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2FCommands_en.hlp;h=41d6313b625d5ee1f3d9d4f91040cf4d5869155c;hb=fda0806cc0170c3c2060fbb14033b1fa5f06107d;hp=ff8b54f10d9b659c66f28d0cd1dd24ade3e1b5cc;hpb=e18c9b8b9a003bfb56416ab1d2aee0f232146d25;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.