]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Clarify that --set-config writes to the configuration file
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 14 Jun 2024 18:11:52 +0000 (20:11 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 21 Jun 2024 08:12:21 +0000 (10:12 +0200)
See also discussion #1468.

doc/MANUAL.adoc
src/ccache/core/mainoptions.cpp

index 81886a1e101436ecfd904ed0b078512eee2f8fc9..68d91328f8864b7954baa36008ff8f7365cdf07d 100644 (file)
@@ -159,8 +159,8 @@ documentation.
 
 *-o* _KEY=VALUE_, *--set-config* _KEY_=_VALUE_::
 
-    Set configuration option _KEY_ to _VALUE_. See _<<Configuration>>_ for more
-    information.
+    Set configuration option _KEY_ to _VALUE_ in the configuration file. See
+    _<<Configuration>>_ for more information.
 
 *-x*, *--show-compression*::
 
index 33b0b328a646558602ccb035462795898be652a2..ea1845409860440b0349f2b20b2f89654da9b02b 100644 (file)
@@ -130,7 +130,8 @@ Common options:
         --recompress-threads THREADS
                                use up to THREADS threads when recompressing the
                                cache; default: number of CPUs
-    -o, --set-config KEY=VALUE set configuration option KEY to value VALUE
+    -o, --set-config KEY=VALUE set configuration option KEY to value VALUE in the
+                               configuration file
     -x, --show-compression     show compression statistics
     -p, --show-config          show current configuration options in
                                human-readable format