Do not hardcode name
This commit is contained in:
parent
3c6e9edcb2
commit
0a61852b87
@ -65,7 +65,7 @@ def parse_hashcat_benchmark(file_path):
|
||||
|
||||
def main():
|
||||
if len(sys.argv) < 2:
|
||||
print("Usage: python parse_hashcat_multiple.py <file1> [file2] [file3] ...")
|
||||
print(f"Usage: python {sys.argv[0]} <file1> [file2] [file3] ...")
|
||||
print("Each file is a hashcat benchmark output from a different device.")
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user