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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b44a7c  Improve usage message
2b44a7c is described below

commit 2b44a7c53f29d9c890eb330c065417ecb4cdd63c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Feb 19 09:31:57 2021 +0000

    Improve usage message
---
 .../resources/org/apache/tomcat/jakartaee/LocalStrings.properties   | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties 
b/src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties
index 655bc10..3614cfc 100644
--- a/src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties
+++ b/src/main/resources/org/apache/tomcat/jakartaee/LocalStrings.properties
@@ -41,10 +41,12 @@ where options includes:\n\
 \                EE to convert all Java EE APIs\n\
 \    -zipInMemory\n\
 \                By default zip format archives (.zip, jar, .war, .ear, 
etc.)\n\
-\                are processed in memory. This is more efficient but is not\n\
+\                are processed as streams. This is more efficient but is not\n\
 \                compatible with some zip archive structures. If you see an\n\
 \                exception while processing a zip file, enabling this option\n\
-\                may workaround the issue. 
+\                may workaround the issue by processing the archive in 
memory.\n\
+\                This requires more memory than a streaming approach but is\n\
+\                able to handle a wider range of zip archive structures.
 migration.warnSignatureRemoval=Removed cryptographic signature from JAR file
 
 passThroughConverter.noConversion=No conversion necessary for [{0}] 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to