docs: fixlet about xz compression levels and command line options
authorPatrick Welche <prlw1@cam.ac.uk>
Fri, 14 Dec 2012 00:21:39 +0000 (00:21 +0000)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 14 Dec 2012 08:31:07 +0000 (09:31 +0100)
* doc/automake.texi (The types of distributions): To display a
progress bar, xz takes "-v" for verbose.

Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi

index a4e484c..701ef42 100644 (file)
@@ -8715,7 +8715,7 @@ By default, this rule makes @samp{xz} use a compression option of
 @option{-e}.  To make it use a different one, set the @env{XZ_OPT}
 environment variable.  For example, run this command to use the
 default compression ratio, but with a progress indicator:
-@samp{make dist-xz XZ_OPT=-7e}.
+@samp{make dist-xz XZ_OPT=-ve}.
 @trindex dist-xz
 
 @item @code{dist-zip}