]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Tweak preposition
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 12 Nov 2021 18:54:07 +0000 (19:54 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 12 Nov 2021 19:03:57 +0000 (20:03 +0100)
doc/MANUAL.adoc
src/core/mainoptions.cpp

index 1577fb4e70633d8006b7d638d93028159b51e80f..2f21481e7b0f5c618694d6127925ca4ba948c139 100644 (file)
@@ -101,8 +101,8 @@ compiler's documentation.
 
 *--evict-namespace* _NAMESPACE_::
 
-    Remove files created with a certain <<config_namespace,*namespace*>> from
-    the cache.
+    Remove files created in the given <<config_namespace,*namespace*>> from the
+    cache.
 
 *--evict-older-than* _AGE_::
 
index 1876ce93f47998f35467926d2ac85c4ff6d13f60..ba180383431901ad4af2f8027e4d2d20ed67eb91 100644 (file)
@@ -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