summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-14 14:08:36 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-14 14:08:36 +0200
commit1d3f2d1e4c59867024470d3444e12698b7ebb22e (patch)
tree4fa14f455c72f9b206a680dcc1b0f4c1f3708158 /README.md
parent07c24054cab965800983ef40f53a05c2db131ede (diff)
downloadkrino-0.0.4.tar.gz
krino-0.0.4.zip
0.0.4: max-size, exclude forms, --min-agev0.0.4
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 77733f5..b777ff9 100644
--- a/README.md
+++ b/README.md
@@ -75,9 +75,9 @@ edit its rules, then check them with: krino check demo
`krino new` copied the template to `dirs/demo.conf` and filled in the path.
Replace its body with a small rule. The built-in `min-age` is 2 minutes
-(files skip as "busy" while they might still be downloading), which the
+(files skip as "too new" while they might still be downloading), which the
demo files we just created are younger than, so this also turns it down to
-0 for this directory:
+0 for this directory (`--min-age 0` would do the same for a single run):
```
cat > "$XDG_CONFIG_HOME/krino/dirs/demo.conf" <<'EOF'