]> Cypherpunks.ru repositories - goredo.git/blobdiff - usage.go
FreeBSD port availability
[goredo.git] / usage.go
index ce838b47e6e58135168828df7e577f78f19c3721..5948b691045bda4e6ea37b138c11768b209e41a0 100644 (file)
--- 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 <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
@@ -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`)
 }