Improve wording

This commit is contained in:
Alexander Neumann
2022-03-20 13:46:16 +01:00
parent 53656f019a
commit 29a5778626
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Enhancement: Add negative patterns for include/exclude
If a pattern is prefixed by an exclamation mark and match a file that
If a pattern starts with an exclamation mark and it matches a file that
was previously matched by a regular pattern, the match is cancelled.
Notably, this can be used with `--exclude-file` to cancel the
exclusion of some files.