Skip to content

Commit

Permalink
fix argument help message
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Apr 22, 2024
1 parent c396b51 commit 80257ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bean/mapping/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _get_input_parser(parser=None):
)
parser.add_argument(
"--skip-filtering",
help="Keep the read filtering",
help="Skip the read filtering",
action="store_true",
)
parser.add_argument(
Expand Down

0 comments on commit 80257ed

Please sign in to comment.