diff options
Diffstat (limited to 'docs/design.md')
| -rw-r--r-- | docs/design.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/design.md b/docs/design.md index 3f10623..9d7abb5 100644 --- a/docs/design.md +++ b/docs/design.md @@ -145,7 +145,7 @@ directory, then defaults, then built-in. | `max-depth` | integer, 1 = root only | unlimited | | | `min-age` | duration. Skip files modified more recently | `2m` | | | `max-read` | size. No content extraction above this file size | `50M` | | -| `max-size` | size. Skip files larger than this, as "too big" | unlimited | | +| `max-size` | size. Skip files larger than this, as "too big"; `0` means unlimited | unlimited | | | `busy` | suffixes. Skip `f` when `f<suffix>` exists beside it | `".part" ".aria2" ".crdownload"` | | | `on-conflict` | `suffix` \| `skip` \| `overwrite` (ยง7.4) | `suffix` | yes | @@ -684,7 +684,8 @@ krino undo [RUN] reverse a run (default: the last one) -c FILE use FILE instead of ~/.config/krino/krino.conf --no-color never colour the output, as when NO_COLOR is set -P, --no-pager print the plan straight out, never through the pager ---min-age D for this run, every directory's min-age is D (0, 30s, 1d) +--min-age D for this run, every directory's min-age is D (0, 30s, 1d); + sorting and explain only; a future modification time counts as age 0 -h, --help help --version print "krino 0.0.1" ``` |
