Skip to content

Commit

Permalink
[DOCS] Fix typo on command name
Browse files Browse the repository at this point in the history
- Removes wrong `--remove-public` and add `--remove-unused-imports`;
  • Loading branch information
leonardo-ferreira07 authored May 6, 2021
1 parent 6b4327d commit b5285e5
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 `--remove-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 `--update-access-levels`. 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 b5285e5

Please sign in to comment.