From 8ada755aa7890cdddab66c1401b7ca3349dfa51b Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 1 Aug 2019 10:51:01 -0700 Subject: [PATCH] Minor grammar improvements --- mythril/interfaces/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mythril/interfaces/cli.py b/mythril/interfaces/cli.py index 486b5aaf..8962fa16 100644 --- a/mythril/interfaces/cli.py +++ b/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", )