summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2022-05-04 17:49:44 -0400
committerDaniel M. Capella <polyzen@archlinux.org>2022-05-04 18:10:48 -0400
commit4eaed7a34795defa6977715e40caae7e19da9b35 (patch)
treebffe74609854508b978bc56ec9de79b68417bdc0
parent7515df8f068b4a7aa2ad885f5d77d593aff540ee (diff)
paccache: Use more accurate --min-a/mtime description
.. taken from the --help message. Thanks to Patrick Smits (@ps0) for reporting this. Fixes #5 Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--doc/paccache.8.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/paccache.8.txt b/doc/paccache.8.txt
index 196bb49..2d32ada 100644
--- a/doc/paccache.8.txt
+++ b/doc/paccache.8.txt
@@ -38,10 +38,12 @@ Options
Scan for packages for a specific architecture. Default is to scan for
all architectures.
-*\--min-atime <age>*::
-*\--min-mtime <age>*::
- Only consider packages for removal with atime respectively mtime older than
- specified. The age can be given as '10d', '1m', '1y', '1y1m' etc.
+*\--min-atime <time>*::
+*\--min-mtime <time>*::
+ Keep packages with an atime/mtime that is not older than the time given,
+ even if this means keeping more than specified through the '--keep' option.
+ Accepts arguments according to 'info "Date input formats"', e.g. '30 days
+ ago'.
*-c, \--cachedir <dir>*::
Specify a different cache directory. This option can be used more than once.