Skip to content

Commit

Permalink
* Common/Options.cpp (opt::parse): Print the version number of ABySS.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.bcgsc.ca/svn/abyss/trunk@49764 ad02020f-2a26-4133-947e-1829317c1416
  • Loading branch information
Shaun Jackman authored and sjackman committed Mar 19, 2012
1 parent ad44829 commit cb990cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void parse(int argc, char* const* argv)
}

if (opt::rank <= 0)
cout << sargv.str() << endl;
cout << "ABySS " VERSION "\n" << sargv.str() << endl;
}

} // namespace opt

0 comments on commit cb990cf

Please sign in to comment.