Skip to content

Commit 09589a3

Browse files
committed
minor
1 parent 5758dfc commit 09589a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slither/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def parse_filter_paths(args):
272272

273273
def parse_args(detector_classes, printer_classes): # pylint: disable=too-many-statements
274274

275-
usage = "slither.py target [flag]\n"
275+
usage = "slither target [flag]\n"
276276
usage += "\ntarget can be:\n"
277277
usage += "\t- file.sol // a Solidity file\n"
278278
usage += "\t- project_directory // a project directory. See https://github.com/crytic/crytic-compile/#crytic-compile for the supported platforms\n"

0 commit comments

Comments
 (0)