Skip to content

Commit 0101b49

Browse files
committed
Improve help message
1 parent 9b90eaa commit 0101b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meteor/meteor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def get_arguments() -> Namespace: # pragma: no cover
565565
dest="min_frequency",
566566
default=Strain.DEFAULT_MIN_FREQUENCY,
567567
type=isborned01,
568-
help="Minimum frequency for alleles (default: >= %(default).1f).",
568+
help="Minimum frequency for alleles (default: >= %(default).2f).",
569569
)
570570
strain_parser.add_argument(
571571
"-l",

0 commit comments

Comments
 (0)