X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=usage.go;h=67fded856d1ad7bbe1c3a1227ef742af079c1186;hb=2cea0c64b5a0240bfe6746a98a5b350812edb96d;hp=7de522f6c0aca1855cba15b7f9ae82ab41dc2ecc;hpb=4274dce3366cee45bfaccbe5ca340ce6efe68e00;p=goredo.git diff --git a/usage.go b/usage.go index 7de522f..67fded8 100644 --- a/usage.go +++ b/usage.go @@ -24,7 +24,7 @@ import ( ) const ( - Version = "1.19.0" + Version = "1.21.0" Warranty = `Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify @@ -123,8 +123,10 @@ Additional environment variables: if cmd == CmdNameRedo || cmd == CmdNameRedoIfchange { fmt.Fprintln(os.Stderr, ` REDO_NO_SYNC -- disable files/directories explicit filesystem syncing - REDO_INODE_NO_TRUST -- do not trust inode information (except for size) - and always check file's hash + REDO_INODE_TRUST -- {none,ctime,mtime}, either do not trust inode + information at all (always check size and hash), or + trust its ctime (the default one), or be satisfied + with its mtime REDO_MAKE -- bmake/gmake/none(default) jobserver protocol compatibility`) } }