Browse Source

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

rdb 3 years ago
parent
commit
87012f869d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/text-stats/textStats.cxx

+ 1 - 1
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