Ignore server-host pre-detection argument
This commit is contained in:
parent
d47be6b3b4
commit
64c7d858bf
1 changed files with 1 additions and 0 deletions
1
cli.cpp
1
cli.cpp
|
|
@ -1014,6 +1014,7 @@ int ProcessOptions(int argc, char* argv[], Options* options, std::vector<RGBCont
|
||||||
\*-------------------------------------------------*/
|
\*-------------------------------------------------*/
|
||||||
}
|
}
|
||||||
else if((option == "--server-port")
|
else if((option == "--server-port")
|
||||||
|
||(option == "--server-host")
|
||||||
||(option == "--loglevel")
|
||(option == "--loglevel")
|
||||||
||(option == "--config")
|
||(option == "--config")
|
||||||
||(option == "--client")
|
||(option == "--client")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue