Skip to content

Commit

Permalink
Merge pull request #110 from kloetzl/patch-1
Browse files Browse the repository at this point in the history
fixes typo
  • Loading branch information
ondovb authored Mar 2, 2019
2 parents b82cdb9 + 18cddba commit 97e5fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mash/CommandSketch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CommandSketch::CommandSketch()
addOption("list", Option(Option::Boolean, "l", "Input", "List input. Lines in each <input> 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();
}

Expand Down

0 comments on commit 97e5fa3

Please sign in to comment.