mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
text-stats: Fix typo in help message (pstats-port, not pstats-host)
This commit is contained in:
parent
d4c30bb4e7
commit
87012f869d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user