Skip to content

Commit 5df517d

Browse files
committed
fix: bad command def
1 parent ea61b44 commit 5df517d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strkit/entry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def add_mi_parser_args(mi_parser):
272272

273273
mi_parser.add_argument(
274274
"--only-phased",
275-
type="store_true",
275+
action="store_true",
276276
help="Whether to only compare phasing-supported (SNVs, haplotags) STR loci. Available for strkit-vcf only.",
277277
)
278278

0 commit comments

Comments
 (0)