X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=usage.go;h=56ccf574faf9277932f2b41dc78ea2d983beab7c;hp=b18c93b4d00a685df7a12b3f03710cbe0b4016d0;hb=c41fe0fbd726f397636b569161f286821e221885;hpb=d830f32d30e4ea9d9f06ae835db6ec5c4822dcfc diff --git a/usage.go b/usage.go index b18c93b..56ccf57 100644 --- a/usage.go +++ b/usage.go @@ -24,7 +24,7 @@ import ( ) const ( - Version = "1.6.0" + Version = "1.7.0" Warranty = `Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify @@ -120,5 +120,6 @@ Additional environment variables: REDO_TOP_DIR -- do not search for .do above that directory (it can contain .redo/top as an alternative) REDO_INODE_NO_TRUST -- do not trust inode information (except for size) - and always check file's hash`) + and always check file's hash + REDO_MAKE -- bmake/gmake/none(default) jobserver protocol compatibility`) }