Fix a typo in a help message.

This commit is contained in:
Sadie Powell 2025-01-17 17:45:07 +00:00
parent 2f92a30b77
commit a6e4d4a77f

View File

@ -392,7 +392,7 @@ namespace
std::cout << con_bright << "Hints:" << con_reset << std::endl std::cout << con_bright << "Hints:" << con_reset << std::endl
<< "- For TCP/IP listeners try using a public IP address in <bind:address> instead" << std::endl << "- For TCP/IP listeners try using a public IP address in <bind:address> instead" << std::endl
<< " of * or leaving it blank." << std::endl << " of * or leaving it blank." << std::endl
<< "- For UNIX socket listeners try enabling <bind:rewrite> to replace old sockets." << std::endl; << "- For UNIX socket listeners try enabling <bind:replace> to replace old sockets." << std::endl;
} }
} }