X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmds.texi;h=4c396093c4651ab969f1965fa90ccb8cfce0f10a;hb=2e85fe511f4f0410e4b8a1dcdb127396b7f3f7c0;hp=d76bf651b3a3afa044d054c13d150f49498aeae3;hpb=cd80c2631e7c35de5bca135bed0e8e3b8b1eeddc;p=goredo.git diff --git a/doc/cmds.texi b/doc/cmds.texi index d76bf65..4c39609 100644 --- a/doc/cmds.texi +++ b/doc/cmds.texi @@ -31,14 +31,14 @@ With @option{-j} option you can enable parallel builds, probably with an infinite number of workers (@code{=0}). Also you can set @env{$REDO_JOBS} to automatically apply that setting globally. -With @option{-logs} (@env{$REDO_LOGS=1}) option you can capture job's +With @option{-k} (@env{$REDO_LOGS=1}) option you can capture job's @code{stderr} on the disk and read it later with @command{redo-log} command. Log's lines have @url{http://cr.yp.to/libtai/tai64.html, TAI64N} timestamp. You can decode it with @command{tai64nlocal} utility from @url{http://cr.yp.to/daemontools.html, daemontools}, or similar one: @code{go get go.cypherpunks.ru/tai64n/cmd/tai64nlocal}. -@option{-silent} (@env{$REDO_SILENT=1}) omits @code{stderr} printing at -all, but you can still capture it with @option{-logs}. +@option{-s} (@env{$REDO_SILENT=1}) omits @code{stderr} printing at +all, but you can still capture it with @option{-k}. @option{-log-pid} (@env{$REDO_LOG_PID=1}) can be used to prefix job's @code{stderr} with the PID, that could be useful during parallel builds.