From: Joel Rosdahl Date: Fri, 12 Nov 2021 18:54:07 +0000 (+0100) Subject: doc: Tweak preposition X-Git-Tag: v4.5~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e1f1f7c90f3cf4aa7465abe5375e6c243d9c2bc;p=thirdparty%2Fccache.git doc: Tweak preposition --- 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