Skip to content

Commit 1526067

Browse files
Update snakemake/cli.py
1 parent b6e59af commit 1526067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ def get_argument_parser(profiles=None):
13171317
group_behavior.add_argument(
13181318
"--max-checksum-file-size",
13191319
default=1000000,
1320-
metavar="BYTES",
1320+
metavar="SIZE",
13211321
parse_func=parse_size_in_bytes,
13221322
help="Compute the checksum during DAG computation and job postprocessing "
13231323
"only for files that are smaller than the provided threshold (given in any valid size "

0 commit comments

Comments
 (0)