diff --git a/hate_crack.py b/hate_crack.py index 4a682c2..632b64b 100755 --- a/hate_crack.py +++ b/hate_crack.py @@ -58,7 +58,7 @@ hcatProcess = 0 # Help def usage(): print("usage: python hate_crack.py ") - print("\nThe is attained by running \"%s/%s --help\"\n" % (hcatPath, hcatBin)) + print("\nThe is attained by running \"{hcatBin} --help\"\n".format(hcatBin=hcatBin)) print("Example Hashes: http://hashcat.net/wiki/doku.php?id=example_hashes\n")