From 8de8073345e585491c83a87d3c9e5a604ee52d4c Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Thu, 2 Jul 2015 23:23:45 +0200 Subject: [PATCH] Improve wording --- docs/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.rst b/docs/internals.rst index 43c2fe2e3..2928b284f 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -355,4 +355,4 @@ representation of the repository id. Compression ----------- -Currently, compression is disabled by default. To enable zlib compression, ``--compression level`` on the command line. Level can be anything from 0 (no compression, fast) to 9 (high compression, slow). +Currently, compression is disabled by default. Zlib compression can be enabled by passing ``--compression level`` on the command line. Level can be anything from 0 (no compression, fast) to 9 (high compression, slow).