Cosmetic.

This commit is contained in:
Arthur Britto
2012-09-17 12:48:30 -07:00
parent d0d8fb4195
commit ca14e129bb

View File

@@ -96,7 +96,7 @@ int main(int argc, char* argv[])
("standalone,a", "Run with no peers.")
("test,t", "Perform unit tests.")
("parameters", po::value< vector<string> >(), "Specify comma separated parameters.")
("verbose,v", "Increase log level")
("verbose,v", "Increase log level.")
;
// Interpret positional arguments as --parameters.