Skip to content

Commit

Permalink
fix typo in --help output for --print flag (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
edag94 authored Jun 17, 2022
1 parent 168e962 commit db703d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def parse_args(detector_classes, printer_classes): # pylint: disable=too-many-s

group_printer.add_argument(
"--print",
help="Comma-separated list fo contract information printers, "
help="Comma-separated list of contract information printers, "
f"available printers: {', '.join(d.ARGUMENT for d in printer_classes)}",
action="store",
dest="printers_to_run",
Expand Down

0 comments on commit db703d8

Please sign in to comment.