]> Cypherpunks.ru repositories - goredo.git/blobdiff - usage.go
Log inode trust only on top level redo
[goredo.git] / usage.go
index 2c9b1a0fe0b1201beb06c9ae7ed1013e44207904..1c63fd03f3cd23d311db9813b271a6cd1761c66b 100644 (file)
--- a/usage.go
+++ b/usage.go
@@ -1,6 +1,6 @@
 /*
 goredo -- djb's redo implementation on pure Go
-Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2023 Sergey Matveev <stargrave@stargrave.org>
 
 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
@@ -24,8 +24,8 @@ import (
 )
 
 const (
-       Version  = "1.24.0"
-       Warranty = `Copyright (C) 2020-2022 Sergey Matveev
+       Version  = "1.33.0"
+       Warranty = `Copyright (C) 2020-2023 Sergey Matveev
 
 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
@@ -62,10 +62,10 @@ Record ifcreate dependency for current target. Unusable outside .do.`
 
 Always build current target. Unusable outside .do.`
        case CmdNameRedoCleanup:
-               d = `Usage: redo-cleanup [-n] {full,log,tmp} [...]
+               d = `Usage: redo-cleanup [-n] {full,log,lock,tmp} [...]
 
-Remove either all goredo's related temporary files, or kept stderr
-logs, or everything (including .redo directories) related.`
+Remove either all of goredo's related temporary files, or kept stderr
+logs, or lock files, or everything (including .redo directories) related.`
        case CmdNameRedoLog:
                d = `Usage: redo-log [-c] [-r] target [ | tai64nlocal ]
 
@@ -110,6 +110,10 @@ List all targets that will be affected by changing the specified ones.`
 
 Traverse over all .redo directories beneath and check if inode's information
 (ctime/mtime) differs. Update dependency if file's content is still the same.`
+       case CmdNameRedoInode:
+               d = `Usage: redo-inode target [...]
+
+Just calcuate inode information about each target and print in recfile format.`
        default:
                d = `Usage: goredo -symlinks