diff --git a/vermin/arguments.py b/vermin/arguments.py index 37bc9d30..d517cc87 100644 --- a/vermin/arguments.py +++ b/vermin/arguments.py @@ -83,7 +83,7 @@ def print_usage(full=False): print(" --no-dump (default)\n" " Don't dump AST node visits.") print("\n --help | -h\n" - " Shows this information and exists.") + " Shows this information and exits.") print("\n --version | -V\n" " Shows version number and exits.") print("\n --config-file | -c \n"