Skip to content

Commit

Permalink
Minor typo fix in option description
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Aug 2, 2024
1 parent dceb815 commit 92e8e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/variant_filter_mask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void VariantFilterMaskOptions::add_mask_filter_sample_opts_to_app(
filter_mask_sample_fasta_list_.option = sub->add_option(
"--filter-mask-samples-fasta-list",
filter_mask_sample_fasta_list_.value,
"For each sample, genomic positions to mask, as a FASTA-like mask file.\n"
"For each sample, genomic positions to mask, as a FASTA-like mask file."
"\nSee the below `--filter-mask-total-fasta` for details. Here, individual FASTA files can "
"be provided for each sample, for fine-grained control over the masking. The option takes "
"a path to a file that contains a comma- or tab-separated list of sample names and "
Expand Down

0 comments on commit 92e8e79

Please sign in to comment.