diff --git a/docs/topics/cli-args.adoc b/docs/topics/cli-args.adoc index 7ce82c09..9128d920 100644 --- a/docs/topics/cli-args.adoc +++ b/docs/topics/cli-args.adoc @@ -92,7 +92,6 @@ Do not overwrite a report output directory that contains important information. A space-delimited list of the path to the file or directory containing one or more applications to be analyzed. This argument is required. -.Usage [source,options="nowrap",subs="attributes+"] ---- --input [...] @@ -133,7 +132,6 @@ File:: Specify the path to the directory to output the report information generated by {ProductShortName}. -.Usage [source,options="nowrap",subs="attributes+"] ---- --output @@ -154,7 +152,6 @@ However, if you specify the `--overwrite` argument, {ProductShortName} will proc A space-delimited list of one or more source technologies, servers, platforms, or frameworks to migrate from. This argument, in conjunction with the `--target` argument, helps to determine which rulesets are used. Use the `--listSourceTechnologies` argument to list all available sources. -.Usage [source,options="nowrap",subs="attributes+"] ---- --source @@ -174,7 +171,6 @@ See link:{ProductDocIntroToMTAGuideURL}/index#migration_paths_getting-started-gu A space-delimited list of one or more target technologies, servers, platforms, or frameworks to migrate to. This argument, in conjunction with the `--source` argument, helps to determine which rulesets are used. If you do not specify this option, you are prompted to select a target. Use the `--listTargetTechnologies` argument to list all available targets. -.Usage [source,options="nowrap",subs="attributes+"] ---- --target @@ -195,7 +191,6 @@ See link:{ProductDocIntroToMTAGuideURL}/index#migration_paths_getting-started-gu A space-delimited list of the packages to be evaluated by {ProductShortName}. It is highly recommended to use this argument. -.Usage [source,options="nowrap",subs="attributes+"] ---- --packages diff --git a/docs/topics/mta-cli-args.adoc b/docs/topics/mta-cli-args.adoc index 0aa487b5..49df775b 100644 --- a/docs/topics/mta-cli-args.adoc +++ b/docs/topics/mta-cli-args.adoc @@ -143,7 +143,6 @@ a|Flag for the target technology to consider for analysis. Use multiple times fo A space-delimited list of the path to the file or directory containing one or more applications to be analyzed. This argument is required. -.Usage [source,options="nowrap",subs="attributes+"] ---- --input [...] @@ -165,7 +164,6 @@ File:: Specify the path to the directory to output the report information generated by {ProductShortName}. -.Usage [source,options="nowrap",subs="attributes+"] ---- --output @@ -186,7 +184,6 @@ However, if you specify the `--overwrite` argument, {ProductShortName} will proc A space-delimited list of one or more source technologies, servers, platforms, or frameworks to migrate from. You can use this argument, in conjunction with the `--target` argument, to determine which rulesets are used. Use the `--listSourceTechnologies` argument to list all available sources. -.Usage [source,options="nowrap",subs="attributes+"] ---- --source @@ -206,11 +203,9 @@ See link:{ProductDocIntroToMTAGuideURL}/index#migration_paths_getting-started-gu A space-delimited list of one or more target technologies, servers, platforms, or frameworks to migrate to. You can use this argument, in conjunction with the `--source` argument, to determine which rulesets are used. If you do not specify this option, you are prompted to select a target. Use the `--listTargetTechnologies` argument to list all available targets. -.Usage [source,options="nowrap",subs="attributes+"] ---- --target ---- - The `--target` argument now provides version support, which follows the link:http://maven.apache.org/enforcer/enforcer-rules/versionRanges.html[Maven version range syntax]. This instructs {ProductShortName} to only run the rulesets matching the specified versions, for example, `--target eap:7`.