From 18cddba9c47d84edaeb7b81f59516fbdc840b11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Kl=C3=B6tzl?= Date: Wed, 13 Feb 2019 12:10:32 +0100 Subject: [PATCH] fixes typo --- src/mash/CommandSketch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mash/CommandSketch.cpp b/src/mash/CommandSketch.cpp index 27aa030..0c37df9 100644 --- a/src/mash/CommandSketch.cpp +++ b/src/mash/CommandSketch.cpp @@ -28,7 +28,7 @@ CommandSketch::CommandSketch() addOption("list", Option(Option::Boolean, "l", "Input", "List input. Lines in each specify paths to sequence files, one per line.", "")); addOption("prefix", Option(Option::File, "o", "Output", "Output prefix (first input file used if unspecified). The suffix '.msh' will be appended.", "")); addOption("id", Option(Option::File, "I", "Sketch", "ID field for sketch of reads (instead of first sequence ID).", "")); - addOption("comment", Option(Option::File, "C", "Sketch", "Comment for a sketch of reads (instead of first sequence comment.", "")); + addOption("comment", Option(Option::File, "C", "Sketch", "Comment for a sketch of reads (instead of first sequence comment).", "")); useSketchOptions(); }