Skip to content

Commit

Permalink
version label revised
Browse files Browse the repository at this point in the history
  • Loading branch information
cjain7 committed Dec 5, 2019
1 parent 18c78fb commit 6fabd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/include/parseCmdArgs.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Example usage: \n\
//Make sure we get the right command line args
if (cmd.foundOption("version"))
{
std::cerr << "version 1.2\n\n";
std::cerr << "version 1.3\n\n";
exit(0);
}
if (result != ArgvParser::NoParserError)
Expand Down

0 comments on commit 6fabd06

Please sign in to comment.