Skip to content

Commit 3052a25

Browse files
committed
Clarified help
1 parent 5ea3bf0 commit 3052a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create_manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
default=os.getcwd())
2020
parser.add_argument("--hash",
2121
dest="hash_type",
22-
help="Choose a hashing mode (leave blank for none): MD5 or SHA1",
22+
help="Choose a hashing mode (optional): MD5 or SHA1",
2323
default=None)
2424

2525
args = parser.parse_args()

0 commit comments

Comments
 (0)