Skip to content

Commit 8e089e7

Browse files
authored
Merge pull request #31 from krugerk/patch-1
fix typo in name of exclude option
2 parents 7e3ff2b + 4109461 commit 8e089e7

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)