Skip to content

Commit 5758dfc

Browse files
committed
Minor
1 parent 685b0d8 commit 5758dfc

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
@@ -280,7 +280,7 @@ def parse_args(detector_classes, printer_classes): # pylint: disable=too-many-s
280280
usage += f"\t- NETWORK:0x.. // a contract on a different network. Supported networks: {','.join(x[:-1] for x in SUPPORTED_NETWORK)}\n"
281281

282282
parser = argparse.ArgumentParser(
283-
description="Slither. For usage information, see https://github.com/crytic/slither/wiki/Usage",
283+
description="For usage information, see https://github.com/crytic/slither/wiki/Usage",
284284
usage=usage,
285285
)
286286

0 commit comments

Comments
 (0)