X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=usage.go;h=5948b691045bda4e6ea37b138c11768b209e41a0;hb=cd29a67e26ef05f0ffadd83448f09886edef4111;hp=8f0b0e591d0664cf21dbdd164c82be11565e7367;hpb=14398260feaf14dac68b9bdb1c810ccba7d1e768;p=goredo.git diff --git a/usage.go b/usage.go index 8f0b0e5..5948b69 100644 --- a/usage.go +++ b/usage.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify @@ -26,7 +26,7 @@ import ( ) const ( - Version = "0.8.0" + Version = "1.0.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. @@ -91,5 +91,7 @@ Additional environment variables: NO_COLOR -- disable messages colouring 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)`) + (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`) }