Do not hardcode name

This commit is contained in:
maride 2025-12-05 11:00:30 +01:00
parent 3c6e9edcb2
commit 0a61852b87

View File

@ -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)