Skip to content

Commit 4d2e28c

Browse files
committed
Small update
1 parent f9c1797 commit 4d2e28c

File tree

2 files changed

+166
-851
lines changed

2 files changed

+166
-851
lines changed

archivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def handler(signum, frame):
115115
argparser.add_argument("-W", "--wholefile", action="store_true", help="Whole file compression method to use for concatenation.")
116116
# Checksum and validation
117117
argparser.add_argument("-v", "--validate", action="store_true", help="Validate archive file checksums.")
118-
argparser.add_argument("-C", "--checksum", default="crc32", help="Specify the type of checksum to use. The default is crc32.")
118+
argparser.add_argument("-C", "--checksum", default="md5", help="Specify the type of checksum to use. The default is md5.")
119119
argparser.add_argument("-s", "--skipchecksum", action="store_true", help="Skip the checksum check of files.")
120120
# Permissions and metadata
121121
argparser.add_argument("-p", "--preserve", action="store_false", help="Do not preserve permissions and timestamps of files.")

0 commit comments

Comments
 (0)