From ee42f01a40727454fa9ceba2dcc1db0f4790d4cc Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Sat, 20 Jan 2018 18:13:15 +0100
Subject: [PATCH] xz is a valid value for tar/untar's compression attribute.
---
manual/Tasks/tar.html | 2 +-
manual/Tasks/unzip.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/manual/Tasks/tar.html b/manual/Tasks/tar.html
index 4794d63df..7d08c0191 100644
--- a/manual/Tasks/tar.html
+++ b/manual/Tasks/tar.html
@@ -142,7 +142,7 @@ or "bzip2".
compression |
compression method. Allowable values are
- "none", "gzip" and "bzip2". Default is
+ "none", "gzip", "xz" and "bzip2". Default is
"none". |
No |
diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html
index 8d93b7041..d62f20b54 100644
--- a/manual/Tasks/unzip.html
+++ b/manual/Tasks/unzip.html
@@ -94,7 +94,7 @@ archive.
Note: This attribute is only available for
the untar task.
compression method. Allowable values are "none",
- "gzip" and "bzip2". Default is
+ "gzip", "xz" and "bzip2". Default is
"none". |
No |