summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2012-12-14 00:21:39 +0000
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-12-14 09:31:07 +0100
commit4d1c177310487d226752dc99d1178ceca4d010db (patch)
tree24cdad265270f78e98d7644665913413e2a9599e /doc
parenta3cf9a8be30df65b916da31e014963261c35db23 (diff)
downloadautomake-4d1c177310487d226752dc99d1178ceca4d010db.tar.gz
docs: fixlet about xz compression levels and command line options
* 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>
Diffstat (limited to 'doc')
-rw-r--r--doc/automake.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/automake.texi b/doc/automake.texi
index a4e484c4b..701ef4215 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -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}