Просмотр исходного кода

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

rdb 3 лет назад
Родитель
Сommit
87012f869d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pandatool/src/text-stats/textStats.cxx

+ 1 - 1
pandatool/src/text-stats/textStats.cxx

@@ -41,7 +41,7 @@ TextStats() {
   add_option
   add_option
     ("p", "port", 0,
     ("p", "port", 0,
      "Specify the TCP port to listen for connections on.  By default, this "
      "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);
      &TextStats::dispatch_int, nullptr, &_port);
 
 
   add_option
   add_option