diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:42:35 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 23:42:35 +0200 |
| commit | 166565025832c8a8faf7397766aeaa878980dd2d (patch) | |
| tree | 8184682259223341e41763434b01e6baa2fb4ec9 /man | |
| parent | bb8b547023b0867f31d7452faceef5769a45b94b (diff) | |
| download | krino-166565025832c8a8faf7397766aeaa878980dd2d.tar.gz krino-166565025832c8a8faf7397766aeaa878980dd2d.zip | |
a real run's later directories are not blocked by earlier claims; -n across directories documented
Diffstat (limited to 'man')
| -rw-r--r-- | man/krino.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/krino.1 b/man/krino.1 index 2761048..d4da67e 100644 --- a/man/krino.1 +++ b/man/krino.1 @@ -478,6 +478,11 @@ leaves the directory behind, empty. prints invalid UTF-8 in a file name as U+FFFD, so two such names can look the same in the JSON plan. .Pp +.Fl n +plans every directory as if no earlier directory of the run had been +applied: a file the first directory's rules move into the second is not in +the second's plan, as it would be in a real run. +.Pp Undo identifies a file by its directory and its path within it. A file one directory's rules move into another included directory, which sorts it again in the same run, is two files to undo; the first may then be |
