]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Document --dump-result
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Jul 2020 19:34:39 +0000 (21:34 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 5 Jul 2020 19:34:39 +0000 (21:34 +0200)
doc/MANUAL.adoc
src/ccache.cpp

index 4e2ee55467802902794a3ac8147c60e06195f77b..11fb5691d92ecb33a03f3510caf7340c9a70c57b 100644 (file)
@@ -162,6 +162,11 @@ Options for scripting or debugging
     Dump manifest file at _PATH_ in text format. This is only useful when
     debugging ccache and its behavior.
 
+*`--dump-result`* _PATH_::
+
+    Dump result file at _PATH_ in text format. This is only useful when
+    debugging ccache and its behavior.
+
 *`-k`* _KEY_, *`--get-config`* _KEY_::
 
     Print the value of configuration option _KEY_. See
index 67a3c2fc2a7025da0675ee5bcac4071f32150c54..e0d1fde87e60b0fe9149570f1dfd967859edc087 100644 (file)
@@ -105,6 +105,7 @@ Common options:
 
 Options for scripting or debugging:
         --dump-manifest PATH  dump manifest file at PATH in text format
+        --dump-result PATH    dump result file at PATH in text format
     -k, --get-config KEY      print the value of configuration key KEY
         --hash-file PATH      print the hash (160 bit BLAKE3) of the file at
                               PATH