From 0e1f1f7c90f3cf4aa7465abe5375e6c243d9c2bc Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 12 Nov 2021 19:54:07 +0100 Subject: [PATCH] doc: Tweak preposition --- doc/MANUAL.adoc | 4 ++-- src/core/mainoptions.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 1577fb4e7..2f21481e7 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -101,8 +101,8 @@ compiler's documentation. *--evict-namespace* _NAMESPACE_:: - Remove files created with a certain <> from - the cache. + Remove files created in the given <> from the + cache. *--evict-older-than* _AGE_:: diff --git a/src/core/mainoptions.cpp b/src/core/mainoptions.cpp index 1876ce93f..ba1803834 100644 --- a/src/core/mainoptions.cpp +++ b/src/core/mainoptions.cpp @@ -91,7 +91,7 @@ Common options: -d, --dir PATH operate on cache directory PATH instead of the default --evict-namespace NAMESPACE - remove files created with namespace NAMESPACE + remove files created in namespace NAMESPACE --evict-older-than AGE remove files older than AGE (unsigned integer with a d (days) or s (seconds) suffix) -F, --max-files NUM set maximum number of files in cache to NUM (use -- 2.47.2