*`-k, --get-config`*=_KEY_::
- Get the value of configuration option _KEY_. See
+ Print the value of configuration option _KEY_. See
<<_configuration,CONFIGURATION>> for more information.
+*`--hash-file`*=_PATH_::
+
+ Print the hash (in format `<MD4>-<size>`) of the file at PATH. This is only
+ useful when debugging ccache and its behavior.
+
*`-h, --help`*::
Print an options summary page.
* Rearranged command-line options into sections in the help text.
-* Documented the previously undocumented `--dump-manifest` option (only useful
- for debugging ccache itself).
+* Documented the previously undocumented `--dump-manifest` and `--hash-file`
+ options (only useful for debugging ccache itself).
* Added missing documentation for the command-line option `-k/--get-config`
added in ccache 3.5.
"\n"
"Options for scripting or debugging:\n"
" --dump-manifest=PATH dump manifest file at PATH in text format\n"
- " -k, --get-config=K get the value of configuration key K\n"
+ " -k, --get-config=K print the value of configuration key K\n"
+ " --hash-file=PATH print the hash (<MD4>-<size>) of the file at PATH\n"
" --print-stats print statistics counter IDs and corresponding\n"
" values in machine-parsable format\n"
" -o, --set-config=K=V set configuration item K to value V\n"