We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f3d7f commit a733019Copy full SHA for a733019
docs/src/Usage.md
@@ -88,7 +88,7 @@ slither . --filter-paths "openzepellin"
88
Filter all the results only related to openzepellin.
89
90
```
91
-slither . --filter-paths "Migrations.sol|ConvertLib.sol"
+slither . --filter-paths "SafeMath.sol|ConvertLib.sol"
92
93
94
Filter all the results only related to the file `SafeMath.sol` or `ConvertLib.sol`.
0 commit comments