You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/02/06 10:10:11 UTC

[tomcat-jakartaee-migration] branch master updated: Clarify

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

remm 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 c18e6ba  Clarify
c18e6ba is described below

commit c18e6ba28492a75fee737a92566c7c3925b9a137
Author: remm <re...@apache.org>
AuthorDate: Thu Feb 6 11:09:58 2020 +0100

    Clarify
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 279e283..9f6717e 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,9 @@ Build the migration tool with:
 
 Migrate your Servlet application with:
 
-    java -cp target/jakartaee-migration-*-shaded.jar org.apache.tomcat.jakartaee.Migration /path/to/my-javax.war my-jakarta.war
+    java -jar target/jakartaee-migration-*-shaded.jar <source> <destination>
 
+The source should be a path to a compressed archive, a folder or an individual file. The destination will be created at the specified path as a resource of the same type as the source.
 
 ## Differences between Java EE 8 and Jakarta EE 9
 


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