Skip to content

Commit

Permalink
[DOCS] Fix typo on command example
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-ferreira07 authored May 5, 2021
1 parent 18e4062 commit 6b4327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ swift package generate-xcodeproj
```
./SwiftCodeSan --files-to-modules [file_to_module_list] --remove-deadcode --in-place
```
The `file_to_module_list` contains a map of source file paths to corresponding module names. Other input options are `--remote-unused-imports` and `--remove-public`. If `--in-place` is set, files will be modified directly.
The `file_to_module_list` contains a map of source file paths to corresponding module names. Other input options are `--remove-unused-imports` and `--remove-public`. If `--in-place` is set, files will be modified directly.

Use --help to see the complete list of argument options.

Expand Down

0 comments on commit 6b4327d

Please sign in to comment.