This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git


The following commit(s) were added to refs/heads/master by this push:
     new c9b697a  Wrong default in the "tar" task manual
c9b697a is described below

commit c9b697a8d6a191bf0b9f1676ac63c9c650f431f9
Author: twogee <[email protected]>
AuthorDate: Fri Oct 25 23:01:30 2019 +0200

    Wrong default in the "tar" task manual
    
    This closes #107 pull request at github/apache/ant repo
---
 manual/Tasks/tar.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/Tasks/tar.html b/manual/Tasks/tar.html
index 541d02e..88d3c3a 100644
--- a/manual/Tasks/tar.html
+++ b/manual/Tasks/tar.html
@@ -126,7 +126,7 @@ to <q>gzip</q>, <q>bzip2</q>, or <q>xz</q>.</p>
     <td>compression</td>
     <td>compression method.  Allowable values are <q>none</q>, <q>gzip</q>, 
<q>xz</q>
       and <q>bzip2</q>.</td>
-    <td>No; default is <q>warn</q></td>
+    <td>No; default is <q>none</q></td>
   </tr>
   <tr>
     <td>encoding</td>

Reply via email to