From: Patrick Welche Date: Fri, 14 Dec 2012 00:21:39 +0000 (+0000) Subject: docs: fixlet about xz compression levels and command line options X-Git-Tag: v1.12.6~13 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=4d1c177310487d226752dc99d1178ceca4d010db;p=thirdparty%2Fautomake.git 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 --- 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}