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 5758dfc commit 09589a3Copy full SHA for 09589a3
slither/__main__.py
@@ -272,7 +272,7 @@ def parse_filter_paths(args):
272
273
def parse_args(detector_classes, printer_classes): # pylint: disable=too-many-statements
274
275
- usage = "slither.py target [flag]\n"
+ usage = "slither target [flag]\n"
276
usage += "\ntarget can be:\n"
277
usage += "\t- file.sol // a Solidity file\n"
278
usage += "\t- project_directory // a project directory. See https://github.com/crytic/crytic-compile/#crytic-compile for the supported platforms\n"
0 commit comments