From 6aadfaee1ec434c7d0e4d2516912ef0f771eccbe Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 4 Oct 2023 14:59:33 +0300 Subject: [PATCH] redo-inode help --- usage.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usage.go b/usage.go index 4cffd4a..1c63fd0 100644 --- a/usage.go +++ b/usage.go @@ -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 -- 2.44.0