Skip to content

Commit

Permalink
Fix related to issue #99
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Aug 18, 2024
1 parent 2a90850 commit 8599807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool-tandeminfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Tool_tandeminfo::Tool_tandeminfo(void) {
define("c|count=b", "show only unique list of interpretations with counts");
define("s|sort=b", "sort entries alphabetically by tandem interpretation");
define("t|table=b", "embed analysis withing input data");
define("x|exclusive-interpretations=b", "do not show exclusive interpretation context");
define("x|exclusive-interpretations=b", "show exclusive interpretation context");
define("z|zero-indexed-locations=b", "locations are 0-indexed");
define("close=b", "close <details> by default in HTML output");
m_entries.reserve(1000);
Expand Down

0 comments on commit 8599807

Please sign in to comment.