Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:jts/sga
Browse files Browse the repository at this point in the history
  • Loading branch information
jts committed Jun 14, 2011
2 parents d4334a9 + 7b2342c commit 19dc59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SGA/walk.cpp
Expand Up @@ -323,7 +323,7 @@ void parseWalkOptions(int argc, char** argv)

if(!opt::componentWalks && opt::walkStr.empty() && (opt::id1.empty() || opt::id2.empty()))
{
std::cerr << SUBPROGRAM ": one of a start/end vertex pair (-s/-e), a walk string (-w) or --component-paths must be provided\n";
std::cerr << SUBPROGRAM ": one of a start/end vertex pair (-s/-e), a walk string (-w) or --component-walks must be provided\n";
exit(EXIT_FAILURE);
}

Expand Down

0 comments on commit 19dc59d

Please sign in to comment.