Skip to content

Commit 4109461

Browse files
authored
fix typo in name of exclude option
In the sample line the option was listed correctly but in the expansion where each line was described on its own, the option was named incorrectly. Replaces --excluded with --exclude in the README under Usage.
1 parent 7e3ff2b commit 4109461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The syntax is:
4242

4343
- `--source` is the path to the folder that contains the main Xcode project or Workspace
4444
- `--artifacts` path to the folder that will contain the generated `output.json` report
45-
- `--excluded` (optional) space separated list of path substrings to exclude from analysis (e.g. `Tests` will ignore all files/folders that contain `Tests`)
45+
- `--exclude` (optional) space separated list of path substrings to exclude from analysis (e.g. `Tests` will ignore all files/folders that contain `Tests`)
4646
- `--tests-paths` (default: `Test Tests`) space separated list of path substrings matching test classes
4747
- `--generate-graphs` (optional) if passed, it will generate the graphs related to the analysis and save them in the artifacts folder
4848

0 commit comments

Comments
 (0)