Description of problem:
MTA 7.1 documentation uses --packages option in examples, but that option does not exist.
Version-Release number of selected component (if applicable): 7.1.1
How reproducible: always
Steps to Reproduce:
See 2.3.1.1. MTA command examples in the CLI Guide. The example for "Running MTA on source code" uses the --packages option.
$ <MTA_HOME>/mta-cli analyze --mode source-only --input <path_to_customer-management> \ --output <path_to_report_output> --target eap8 --packages org.jboss.eap
Also appears in Chapter 3. Reviewing the reports and 3.3. Selecting packages.
Actual results:
"Error: unknown flag: --packages"
Expected results:
If there is supposed to be a --packages option, then only those packages should be analyzed.