Skip to content

Commit

Permalink
Improve help message
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Sep 3, 2024
1 parent 9b90eaa commit 0101b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/meteor.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def get_arguments() -> Namespace: # pragma: no cover
dest="min_frequency",
default=Strain.DEFAULT_MIN_FREQUENCY,
type=isborned01,
help="Minimum frequency for alleles (default: >= %(default).1f).",
help="Minimum frequency for alleles (default: >= %(default).2f).",
)
strain_parser.add_argument(
"-l",
Expand Down

0 comments on commit 0101b49

Please sign in to comment.