Minor update

This commit is contained in:
Miroslav Stampar
2018-12-17 17:48:22 +01:00
parent c5802a5367
commit 61e0459ec8
4 changed files with 6 additions and 6 deletions

View File

@@ -670,7 +670,7 @@ def cmdLineParser(argv=None):
# Hidden and/or experimental options
parser.add_option("--crack", dest="hashFile",
help=SUPPRESS_HELP)
#help="Load and crack hashes from a file")
# help="Load and crack hashes from a file (standalone)")
parser.add_option("--dummy", dest="dummy", action="store_true",
help=SUPPRESS_HELP)