X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=usage.go;h=428c9bc199a9bda724453b10f5c374a1b305bdee;hb=1701adc8f5f3af7390319c088fd5a17b46a5261f;hp=58b182bbd1d68cc815e2f961e79167ac0164543f;hpb=2e85fe511f4f0410e4b8a1dcdb127396b7f3f7c0;p=goredo.git diff --git a/usage.go b/usage.go index 58b182b..428c9bc 100644 --- a/usage.go +++ b/usage.go @@ -24,7 +24,7 @@ import ( ) const ( - Version = "1.9.0" + Version = "1.20.0" Warranty = `Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify @@ -67,11 +67,13 @@ Always build current target. Unusable outside .do.` Remove either all goredo's related temporary files, or kept stderr logs, or everything (including .redo directories) related.` case CmdNameRedoLog: - d = `Usage: redo-log target [ | tai64nlocal ] + d = `Usage: redo-log [-c] [-r] target [ | tai64nlocal ] Display kept target's stderr with TAI64N timestamped lines. Only the last build is kept. You must enable stderr keeping with either -logs, -or REDO_LOGS=1.` +or REDO_LOGS=1. -c option show the exact command invoked, start and +finish time. -r option recursively and linearly show also all deeper +redo calls and their logs.` case CmdNameRedoDot: d = `Usage: redo-dot target [...]