From fb92555ba14f31593761958ba9a01990a74b4d90 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 5 Jul 2020 21:34:39 +0200 Subject: [PATCH] Document --dump-result --- doc/MANUAL.adoc | 5 +++++ src/ccache.cpp | 1 + 2 files changed, 6 insertions(+) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 4e2ee5546..11fb5691d 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -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 diff --git a/src/ccache.cpp b/src/ccache.cpp index 67a3c2fc2..e0d1fde87 100644 --- a/src/ccache.cpp +++ b/src/ccache.cpp @@ -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 -- 2.47.3