mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user