mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 19:38:31 +02:00
update aixlog
This commit is contained in:
parent
9893a79b26
commit
841c105704
4 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue