Skip to content

Commit

Permalink
Per #2168, fix a pretty obvious bug. The tc_pairs tool should identif…
Browse files Browse the repository at this point in the history
…y itself as tc_pairs rather than tc_gen!
  • Loading branch information
JohnHalleyGotway committed Sep 27, 2022
1 parent 42b072d commit 7472da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tc_utils/tc_pairs/tc_pairs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ int met_main(int argc, char *argv[]) {
////////////////////////////////////////////////////////////////////////

const string get_tool_name() {
return "tc_gen";
return "tc_pairs";
}

////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 7472da5

Please sign in to comment.