aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-08 11:25:04 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-06-08 11:25:04 +0200
commit7d148ad543faa6b1b44193d014c29afe0705ad6a (patch)
tree4fc91aa73accec84ce437c82804484e0a4671ee1 /doc
parentb64988bb3585478676585a0f0aecbcf4e11d4432 (diff)
Fix manual
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/command-ref/nix-push.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/command-ref/nix-push.xml b/doc/manual/command-ref/nix-push.xml
index e9a8c645e..b8156b455 100644
--- a/doc/manual/command-ref/nix-push.xml
+++ b/doc/manual/command-ref/nix-push.xml
@@ -102,9 +102,9 @@ automatically.</para>
<varlistentry><term><option>--bzip2</option></term>
<listitem><para>Compress NARs using <command>bzip2</command>
- instead of <command>xz -9</command>. The latter compresses about
- 30% better on typical archives, decompresses about twice as fast,
- but compresses a lot slower and is not supported by Nix prior to
+ instead of <command>xz</command>. The latter compresses about 30%
+ better on typical archives, decompresses about twice as fast, but
+ compresses a lot slower and is not supported by Nix prior to
version 1.2.</para></listitem>
</varlistentry>