From e0403b1b245813325f81d8a8c27fd68e5e7d658b Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Sun, 24 Nov 2024 22:02:48 +0100 Subject: [PATCH] adjusted text once more --- src/Poseidon/CLI/OptparseApplicativeParsers.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Poseidon/CLI/OptparseApplicativeParsers.hs b/src/Poseidon/CLI/OptparseApplicativeParsers.hs index a95f031a..a3a82fe3 100644 --- a/src/Poseidon/CLI/OptparseApplicativeParsers.hs +++ b/src/Poseidon/CLI/OptparseApplicativeParsers.hs @@ -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?" )