aboutsummaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-01-17 17:45:07 +0000
committerGravatar Sadie Powell2025-01-17 17:45:31 +0000
commita6e4d4a77f16d8178b7d36aed74c61e5453cda77 (patch)
treeb8ac5fa53cd82bf8e74da5495822378530e55d5a /src/inspircd.cpp
parentRelease v3.18.0. (diff)
Fix a typo in a help message.
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 1b59d69c6..e1a9bb6c8 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -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;
}
}