diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 14:08:36 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-14 14:08:36 +0200 |
| commit | 1d3f2d1e4c59867024470d3444e12698b7ebb22e (patch) | |
| tree | 4fa14f455c72f9b206a680dcc1b0f4c1f3708158 /man/krino.1 | |
| parent | 07c24054cab965800983ef40f53a05c2db131ede (diff) | |
| download | krino-0.0.4.tar.gz krino-0.0.4.zip | |
0.0.4: max-size, exclude forms, --min-agev0.0.4
Diffstat (limited to 'man/krino.1')
| -rw-r--r-- | man/krino.1 | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/man/krino.1 b/man/krino.1 index a4ce2f9..458bd56 100644 --- a/man/krino.1 +++ b/man/krino.1 @@ -13,6 +13,7 @@ .Op Fl c Ar file .Op Fl P .Op Fl -no-color +.Op Fl -min-age Ar duration .Op Ar name ... .Pp .Nm @@ -129,6 +130,21 @@ faint. Print the plan straight out, never through .Ev PAGER . Without it, a plan taller than the terminal is shown through the pager. +.It Fl -min-age Ar duration +For this run only, skip files modified less than +.Ar duration +ago in every directory, in place of each directory's +.Ic min-age +.Pq Xr krino.conf 5 . +.Ar duration +is +.Sy 0 , +or an integer with one of +.Ql s m h d w ; +.Fl -min-age Cm 0 +considers even a file written a moment ago. +Also honoured by +.Ic explain . .It Fl h , Fl -help Print usage and exit. .It Fl -version @@ -163,7 +179,7 @@ in .Pa krino.conf , keeping its comments. .It Ic check Op Ar name ... -Validate the configuration, list each included directory's rules, and list +Validate the configuration, list each included directory's exclusions and rules, and list which content-extraction tools .Pq Xr krino.conf 5 , Sx CONTENT EXTRACTION are available. @@ -171,7 +187,7 @@ With no .Ar name , checks every included directory. .It Ic explain Ar file -Evaluate every rule of +Evaluate every exclusion and rule of .Ar file Ns 's directory against it and show each test's result, so a rule that should match but does not |
