text-stats: Fix typo in help message (pstats-port, not pstats-host)

This commit is contained in:
rdb 2022-11-30 14:03:31 +01:00
parent d4c30bb4e7
commit 87012f869d

View File

@ -41,7 +41,7 @@ TextStats() {
add_option
("p", "port", 0,
"Specify the TCP port to listen for connections on. By default, this "
"is taken from the pstats-host Config variable.",
"is taken from the pstats-port Config variable.",
&TextStats::dispatch_int, nullptr, &_port);
add_option