From b5285e5b5b1ef2b6e7fff604dae6835745818937 Mon Sep 17 00:00:00 2001 From: Leonardo Kaminski Ferreira Date: Thu, 6 May 2021 11:33:46 -0300 Subject: [PATCH] [DOCS] Fix typo on command name - Removes wrong `--remove-public` and add `--remove-unused-imports`; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b164ca..e49eaa1 100644 --- a/README.md +++ b/README.md @@ -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.