We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64e548b + b5cf47f commit b4cb3afCopy full SHA for b4cb3af
src/__main__.py
@@ -1,7 +1,6 @@
1
import hashlib
2
import sys
3
import os
4
-import hashlib
5
helpmsg ="""
6
-ls List the directory and show the hashes of each file
7
-f <Hash> Find a file with a given hash
@@ -127,4 +126,4 @@
127
126
else:
128
print("[FAIL] File has a different hash than the given hash:"+hash)
129
exit()
130
- print("Usage: hash-util -ls -f <hash> -v <file> <hash> --help --verbose --quiet")
+ print("Usage: hash-util -ls -f <hash> -v <file> <hash> --help --verbose --quiet")
0 commit comments