From b5e3a6d79473f19f54c0e6187a94443af22b3051 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Mon, 30 Apr 2018 15:36:51 +0200
Subject: [PATCH] fix incorrect description of default value
---
manual/Tasks/unzip.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manual/Tasks/unzip.html b/manual/Tasks/unzip.html
index bf607b516..95b3afdb9 100644
--- a/manual/Tasks/unzip.html
+++ b/manual/Tasks/unzip.html
@@ -144,7 +144,7 @@ archive.
to be outside of the dest directory.
since Ant 1.9.12
No, defaults to false unless
- stripAbsolutePathSpec is true and the entry's name starts with a leading
+ stripAbsolutePathSpec is false and the entry's name starts with a leading
path spec. |