summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-11-07 20:16:31 +0100
committerJoel Rosdahl <joel@rosdahl.net>2022-11-07 20:22:16 +0100
commit563cc8eb76285ba59448032906aa6d57d2c58d6a (patch)
tree6524317d084c3deefe7bfb7000f17745795b77f8
parent200369d05a56da1eea78d920c2d46cdb8a8a6172 (diff)
downloadccache-563cc8eb76285ba59448032906aa6d57d2c58d6a.tar.gz
doc: Fix indentation
-rw-r--r--doc/MANUAL.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index 4c158edc..05ce0f0c 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_::