From: Joel Rosdahl Date: Mon, 7 Nov 2022 19:16:31 +0000 (+0100) Subject: doc: Fix indentation X-Git-Tag: v4.7.4~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=563cc8eb76285ba59448032906aa6d57d2c58d6a;p=thirdparty%2Fccache.git doc: Fix indentation --- 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_::