mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
pandatool: Fix typo in bam-info help page
This commit is contained in:
parent
7ac7a95843
commit
0932009e18
@ -15,7 +15,7 @@ List the scene graph hierarchy in the bam file.
|
|||||||
List explicitly each transition in the hierarchy.
|
List explicitly each transition in the hierarchy.
|
||||||
.TP
|
.TP
|
||||||
.B \-g
|
.B \-g
|
||||||
Output verbose information about the each Geom in the Bam file.
|
Output verbose information about each Geom in the Bam file.
|
||||||
.TP
|
.TP
|
||||||
.B \-h
|
.B \-h
|
||||||
Display this help page.
|
Display this help page.
|
||||||
|
@ -50,7 +50,7 @@ BamInfo() {
|
|||||||
|
|
||||||
add_option
|
add_option
|
||||||
("g", "", 0,
|
("g", "", 0,
|
||||||
"Output verbose information about the each Geom in the Bam file.",
|
"Output verbose information about each Geom in the Bam file.",
|
||||||
&BamInfo::dispatch_none, &_verbose_geoms);
|
&BamInfo::dispatch_none, &_verbose_geoms);
|
||||||
|
|
||||||
_num_scene_graphs = 0;
|
_num_scene_graphs = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user