From 563cc8eb76285ba59448032906aa6d57d2c58d6a Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 7 Nov 2022 20:16:31 +0100 Subject: [PATCH] doc: Fix indentation --- doc/MANUAL.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 4c158edcf..05ce0f0c8 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -191,17 +191,17 @@ documentation. *--trim-dir* _PATH_:: - Remove old files from directory _PATH_ until it is at most the size specified - by `--trim-max-size`. + Remove old files from directory _PATH_ until it is at most the size + specified by `--trim-max-size`. + WARNING: Don't use this option to trim the local cache. To trim the local cache directory to a certain size, use `CCACHE_MAXSIZE=_SIZE_ ccache -c`. *--trim-max-size* _SIZE_:: - Specify the maximum size for `--trim-dir`. _SIZE_ should be a number followed - by an optional suffix: k, M, G, T (decimal), Ki, Mi, Gi or Ti (binary). The - default suffix is G. + Specify the maximum size for `--trim-dir`. _SIZE_ should be a number + followed by an optional suffix: k, M, G, T (decimal), Ki, Mi, Gi or Ti + (binary). The default suffix is G. *--trim-method* _METHOD_:: -- 2.47.2