-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Describe the bug
There appear to be valid command line options missing from the list at https://jamulus.io/wiki/Command-Line-Options
To Reproduce
I'm doing a clean install of 3.8.0, building it myself without a *.deb file. I'm creating the *.service file manually. For 3.7.0, my ExecStart was:
ExecStart=/usr/local/bin/Jamulus
--server
--nogui
--serverinfo "School of Rock WS;Seattle, WA;225"
--welcomemessage "message here"
--numchannels 20
--multithreading
--fastupdate
--centralserver anygenre2.jamulus.io:22224
Expected behavior
Of the command line options I'm using, the Wiki is missing:
--server
--serverinfo
--welcomemessage
--numchannels
--multithreading
--centralserver has been replaced by --directoryserver, so I'm not surprised that it's missing from the Wiki. But the others are not mentioned in the Change Log so are likely still available, but missing from the Wiki.
Operating system
Linux Debian x64
Version of Jamulus
N/A
Additional context
N/A