Fixed a typo
This commit is contained in:
parent
c94214ebd5
commit
9adb055f3a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ std::string Util::Config::libver = PACKAGE_VERSION;
|
||||||
|
|
||||||
Util::Config::Config() {
|
Util::Config::Config() {
|
||||||
//global options here
|
//global options here
|
||||||
vals["debug"]["long"] = "debug";
|
vals["debug"]["long"] = "Debug";
|
||||||
vals["debug"]["short"] = "g";
|
vals["debug"]["short"] = "g";
|
||||||
vals["debug"]["arg"] = "integer";
|
vals["debug"]["arg"] = "integer";
|
||||||
vals["debug"]["help"] = "The debug level at which messages need to be printed.";
|
vals["debug"]["help"] = "The debug level at which messages need to be printed.";
|
||||||
|
|
Loading…
Add table
Reference in a new issue