From 87012f869df615d4176b27f607cd80ae94865ea9 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 30 Nov 2022 14:03:31 +0100 Subject: [PATCH] text-stats: Fix typo in help message (pstats-port, not pstats-host) --- pandatool/src/text-stats/textStats.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/text-stats/textStats.cxx b/pandatool/src/text-stats/textStats.cxx index 3e5da69c46..2aa927f320 100644 --- a/pandatool/src/text-stats/textStats.cxx +++ b/pandatool/src/text-stats/textStats.cxx @@ -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