From 28594adef417ed603f4a17c585a3f9ab3bc781bf Mon Sep 17 00:00:00 2001 From: Dylan Murray Date: Fri, 16 Feb 2024 12:03:43 -0500 Subject: [PATCH] Update cli-run.adoc for MTA source only analysis --- docs/topics/cli-run.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/cli-run.adoc b/docs/topics/cli-run.adoc index d8e7bd37e8..a7db5e3993 100644 --- a/docs/topics/cli-run.adoc +++ b/docs/topics/cli-run.adoc @@ -52,7 +52,7 @@ The following command analyzes the `org.jboss.seam` packages of the link:https:/ [source,terminal,subs="attributes+"] ---- -$ <{ProductShortName}_HOME>/{mta-cli} --sourceMode --input /path/to/seam-booking-5.2/ \ +$ <{ProductShortName}_HOME>/{mta-cli} --mode source-only --input /path/to/seam-booking-5.2/ \ --output /path/to/report-output/ --target eap:6 --packages org.jboss.seam ---- []