Skip to content

Commit

Permalink
update version message
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkg committed Mar 7, 2018
1 parent ad5568a commit 1e30182
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@

int main (int argc, char* argv[])
{

if(argc==2 && strcmp(argv[1],"--version")==0 || strcmp(argv[1],"-v")==0 ){
printf("KmerInShort version 1.0.1\n");
return EXIT_SUCCESS;
}

try
{
// We run the tool with the provided command line arguments.
Expand Down

0 comments on commit 1e30182

Please sign in to comment.