Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e24745c

Browse files
author
stonebig
committed
papercut
1 parent 02b338d commit e24745c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hash.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"""
33
Created on Tue Jun 23 21:30:06 2015
44
5-
@author: famille
65
"""
76

87
import io
@@ -18,7 +17,7 @@ def give_hash(file_in, with_this):
1817

1918
if __name__ == '__main__':
2019
if (len(sys.argv) < 2):
21-
print ("Usage: " + sys.argv[0] + " github-user [github-project]")
20+
print ("Usage: " + sys.argv[0] + " filename_to_hash")
2221
exit(1)
2322
file = sys.argv[1]
2423

0 commit comments

Comments
 (0)