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

@ -81,7 +81,7 @@ int main (int argc, char **argv)
OptionParser op("Allowed options");
auto helpSwitch = op.add<Switch>("", "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");
#if defined(HAS_ALSA)
auto listSwitch = op.add<Switch>("l", "list", "list pcm devices");