Trivial xz documentation fix - I think that 6 is the default rather than
7 too...

Cheers,

Patrick
>From b0dcc9d10acef5713b8bff61bdf4960c7c83764a Mon Sep 17 00:00:00 2001
From: Patrick Welche <pr...@cam.ac.uk>
Date: Fri, 14 Dec 2012 00:21:39 +0000
Subject: [PATCH] Trivial documentation fix.

To display a progress bar, xz takes "-v" for verbose.
---
 doc/automake.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/automake.texi b/doc/automake.texi
index 1c96940..d2e3b38 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -8681,7 +8681,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}
-- 
1.8.0.1

Reply via email to