mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Fix a typo in a help message.
This commit is contained in:
parent
2f92a30b77
commit
a6e4d4a77f
@ -392,7 +392,7 @@ namespace
|
||||
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
|
||||
<< " 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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user