Skip to content

Commit b4cb3af

Browse files
authored
Merge pull request #1 from awesomelewis2007/main
Update __main__.py
2 parents 64e548b + b5cf47f commit b4cb3af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import hashlib
22
import sys
33
import os
4-
import hashlib
54
helpmsg ="""
65
-ls List the directory and show the hashes of each file
76
-f <Hash> Find a file with a given hash
@@ -127,4 +126,4 @@
127126
else:
128127
print("[FAIL] File has a different hash than the given hash:"+hash)
129128
exit()
130-
print("Usage: hash-util -ls -f <hash> -v <file> <hash> --help --verbose --quiet")
129+
print("Usage: hash-util -ls -f <hash> -v <file> <hash> --help --verbose --quiet")

0 commit comments

Comments
 (0)