X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=usage.go;h=48fee289996057c06fe62fcf06cdf3b3e1c32017;hb=49e60b03d933ffef8592e38ab8bd3f3a0f253cdb;hp=d29e1cab4757edc5583fe6255d56aaaa6a3846e2;hpb=67e92d5a298516292bbbee1f7714708cdc0766f8;p=goredo.git diff --git a/usage.go b/usage.go index d29e1ca..48fee28 100644 --- a/usage.go +++ b/usage.go @@ -26,7 +26,7 @@ import ( ) const ( - Version = "0.1.0" + Version = "0.5.0" Warranty = `This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. @@ -53,8 +53,8 @@ License GPLv3: GNU GPL version 3 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. -redo, redo-{always,cleanup,dot,ifchange,ifcreate,log,stamp,whichdo} must be -linked to goredo executable. It determines the command by its own name. +redo, redo-{always,cleanup,dot,ifchange,ifcreate,log,stamp,whichdo} must +be linked to goredo executable. It determines the command by its own name. You can create them by running: goredo -symlinks. * redo [options] [target ...] @@ -76,7 +76,9 @@ You can create them by running: goredo -symlinks. last build is kept. You must enable stderr keeping with either -logs, or REDO_LOGS=1 * redo-stamp < [$3] - record stamp dependency for current target. Unusable outside .do + record stamp dependency for current target. Unusable outside .do. + Stamp dependency does not play any role, as all targets are hashed + anyway * redo-whichdo target display .do search paths for specified target. Exits successfully if the last .do in output if the found existing one @@ -87,7 +89,6 @@ Options: fmt.Fprintln(os.Stderr, ` Additional environment variables: NO_COLOR -- disable messages colouring - REDO_NO_HASH -- disable dependencies (except redo-stamp-ed) hashing REDO_NO_SYNC -- disable files/directories explicit filesystem syncing REDO_TOP_DIR -- do not search for .do above that directory (it can contain .redo/top as an alternative)`)