Minor grammar improvements

feature/import-custom-modules
Nathan 5 years ago committed by GitHub
parent 2a67135380
commit 8ada755aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      mythril/interfaces/cli.py

@ -398,8 +398,8 @@ def create_analyzer_parser(analyzer_parser: ArgumentParser):
)
options.add_argument(
"--custom-modules-directory",
help="designates a separate directory to search for security modules from",
metavar="PATH_TO_CUSTOM_MODULES_DIRECTORY",
help="designates a separate directory to search for custom analysis modules",
metavar="CUSTOM_MODULES_DIRECTORY",
)

Loading…
Cancel
Save