]> Cypherpunks.ru repositories - goredo.git/blobdiff - usage.go
Repetitive OOD optimization
[goredo.git] / usage.go
index caa905b9d2509dca720c4031ee7a8ace39f9c07e..a8bb28b8191849c4289539b7f7cab38351eebbcb 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
@@ -26,7 +26,7 @@ import (
 )
 
 const (
-       Version  = "0.9.0"
+       Version  = "1.3.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.
@@ -61,7 +61,7 @@ You can create them by running: goredo -symlinks.
   forcefully and *sequentially* build specified targets
 * redo-always
   always build current target. Unusable outside .do
-* redo-cleanup {full,log,tmp} [...]
+* redo-cleanup [-dry-run] {full,log,tmp} [...]
   remove either all goredo's related temporary files, or kept stderr
   logs, or everything (including .redo directories) related
 * redo-dot target [...]
@@ -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`)
 }