Skip to content

Commit

Permalink
Merge pull request #175 from dariuswiles/patch-1
Browse files Browse the repository at this point in the history
Typo - "filter our false positives"
  • Loading branch information
creswick committed Jul 29, 2021
2 parents 80230af + 73aec09 commit b9e96b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Options for ``--add``

``-a, --allowed``
Mark the pattern as allowed instead of prohibited. Allowed patterns are
used to filter our false positives.
used to filter out false positives.

``<pattern>``
The regex pattern to search.
Expand Down
2 changes: 1 addition & 1 deletion git-secrets.1
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ that the pattern is searched for literally.
.TP
.B \fB\-a, \-\-allowed\fP
Mark the pattern as allowed instead of prohibited. Allowed patterns are
used to filter our false positives.
used to filter out false positives.
.TP
.B \fB<pattern>\fP
The regex pattern to search.
Expand Down

0 comments on commit b9e96b3

Please sign in to comment.