]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Document -k/--get-config
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Mar 2019 18:49:05 +0000 (20:49 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Mar 2019 19:18:22 +0000 (21:18 +0200)
doc/MANUAL.adoc

index f3d94ce52071f83acd52a1f4785ef0e2fc91e41b..5ba92ff3438998cf32f1ca28f403f2663ffc136e 100644 (file)
@@ -120,6 +120,11 @@ compiler options apply and you should refer to the compiler's documentation.
     Dump manifest file at PATH in text format. This is only useful when
     debugging ccache and its behavior.
 
+*`-k, --get-config`*=_KEY_::
+
+    Get the value of configuration option _KEY_. See
+    <<_configuration,CONFIGURATION>> for more information.
+
 *`-h, --help`*::
 
     Print an options summary page.
@@ -145,8 +150,8 @@ compiler options apply and you should refer to the compiler's documentation.
 
 *`-o, --set-config`*=_KEY=VALUE_::
 
-    Set configuration _KEY_ to _VALUE_. See <<_configuration,CONFIGURATION>>
-    for more information.
+    Set configuration option _KEY_ to _VALUE_. See
+    <<_configuration,CONFIGURATION>> for more information.
 
 *`-s, --show-stats`*::