]> Cypherpunks.ru repositories - goredo.git/blobdiff - doc/cmds.texi
No flags for not appropriate commands
[goredo.git] / doc / cmds.texi
index d76bf651b3a3afa044d054c13d150f49498aeae3..4c396093c4651ab969f1965fa90ccb8cfce0f10a 100644 (file)
@@ -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.