Update wesnothd synopsis

This commit is contained in:
Gunter Labes 2024-09-13 14:14:22 +02:00
parent 7f8e3344cf
commit 0681b41323
No known key found for this signature in database
GPG key ID: C0C7B971CC910216

View file

@ -3048,7 +3048,7 @@ int main(int argc, char** argv)
keep_alive = true;
} else if(val == "--help" || val == "-h") {
std::cout << "usage: " << argv[0]
<< " [-dvV] [-c path] [-m n] [-p port]\n"
<< " [-dvwV] [-c path] [-p port]\n"
<< " -c, --config <path> Tells wesnothd where to find the config file to use.\n"
<< " -d, --daemon Runs wesnothd as a daemon.\n"
<< " -h, --help Shows this usage message.\n"