summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2022-05-04 22:12:47 +0000
committerDaniel M. Capella <polyzen@archlinux.org>2022-05-04 22:12:47 +0000
commit5b26fc8432b097159effe729e8839662ce5c45fe (patch)
treebffe74609854508b978bc56ec9de79b68417bdc0
parent7515df8f068b4a7aa2ad885f5d77d593aff540ee (diff)
parent4eaed7a34795defa6977715e40caae7e19da9b35 (diff)
Merge branch 'fix-paccache-man' into 'master'
paccache: Use more accurate --min-a/mtime description Closes #5 See merge request pacman/pacman-contrib!10
-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.