Skip to content

Commit

Permalink
adjusted text once more
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Nov 24, 2024
1 parent 256b3b3 commit e0403b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Poseidon/CLI/OptparseApplicativeParsers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -905,5 +905,5 @@ parseZipOut :: OP.Parser Bool
parseZipOut = OP.switch (
OP.long "zip" <>
OP.short 'z' <>
OP.help "Whether the resulting genotype- and snp-files should be gzipped."
OP.help "Should the resulting genotype- and snp-files be gzipped?"
)

0 comments on commit e0403b1

Please sign in to comment.