mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-22 13:36:18 +02:00
removed command line option
This commit is contained in:
parent
d5b5e0d204
commit
3ca1b9a6fc
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ int main (int argc, char **argv)
|
|||
Value<size_t> portValue("p", "port", "server port", 1704, &port);
|
||||
Value<string> soundcardValue("s", "soundcard", "index or name of the soundcard", "default", &soundcard);
|
||||
Implicit<int> daemonOption("d", "daemon", "daemonize, optional process priority [-20..19]", -3, &processPriority);
|
||||
Value<int> latencyValue("y", "latency", "latency of the soundcard", 0, &latency);
|
||||
Value<int> latencyValue("", "latency", "latency of the soundcard", 0, &latency);
|
||||
|
||||
OptionParser op("Allowed options");
|
||||
op.add(helpSwitch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue