Fixed a character case mistake in command line options, added missing documentation to internal metadata format.

This commit is contained in:
Thulinma 2015-02-21 16:33:22 +01:00
parent 1393033d14
commit 55a8c55c24
2 changed files with 9 additions and 3 deletions

View file

@ -39,7 +39,7 @@ std::string Util::Config::libver = PACKAGE_VERSION;
Util::Config::Config() {
//global options here
vals["debug"]["long"] = "Debug";
vals["debug"]["long"] = "debug";
vals["debug"]["short"] = "g";
vals["debug"]["arg"] = "integer";
vals["debug"]["help"] = "The debug level at which messages need to be printed.";