Skip to content

Commit 9a6a700

Browse files
committed
Adjust wording in README slightly
1 parent 2706a6c commit 9a6a700

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
@@ -55,7 +55,7 @@ ignore-names-in-files = ["migrations"]
5555
|-------------------------------------------|------|----------------------------------------------------------------------|
5656
|`--fix` | - | Automatically remove detected unused code expressions from the code base. |
5757
|`--dry` | - | Show changes which would be made in files. |
58-
|`--only` | list | Filenames (or path expressions), that will be reflected in the output and modified. |
58+
|`--only` | list | Filenames (or path expressions), that will be reflected in the output (and modified if needed). |
5959
|`--exclude` | list | Filenames (or path expressions), which will be completely skipped without being analysed. |
6060
|`--ignore-names` | list | Removes provided list of names from the output. Regexp expressions to match multiple names can also be provided, e.g. `*Mixin` will match all classes ending with `Mixin`. |
6161
|`--ignore-names-in-files` | list | Ignores unused names in files, which filenames match provided path expressions. |

0 commit comments

Comments
 (0)