update aixlog

This commit is contained in:
badaix 2017-09-25 22:09:36 +02:00
parent 9893a79b26
commit 841c105704
4 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@ int main(int argc, char* argv[])
OptionParser op("Allowed options");
auto helpSwitch = op.add<Switch>("h", "help", "Produce help message");
auto debugSwitch = op.add<Switch, Attribute::hidden>("", "debug", "enable debug logging");
auto debugSwitch = op.add<Switch, Visibility::hidden>("", "debug", "enable debug logging");
auto versionSwitch = op.add<Switch>("v", "version", "Show version number");
/*auto portValue =*/ op.add<Value<size_t>>("p", "port", "Server port", settings.port, &settings.port);
/*auto controlPortValue =*/ op.add<Value<size_t>>("", "controlPort", "Remote control port", settings.controlPort, &settings.controlPort);