pandatool: Fix typo in bam-info help page

This commit is contained in:
rdb 2021-08-03 13:25:56 +02:00
parent 7ac7a95843
commit 0932009e18
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ List the scene graph hierarchy in the bam file.
List explicitly each transition in the hierarchy.
.TP
.B \-g
Output verbose information about the each Geom in the Bam file.
Output verbose information about each Geom in the Bam file.
.TP
.B \-h
Display this help page.

View File

@ -50,7 +50,7 @@ BamInfo() {
add_option
("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);
_num_scene_graphs = 0;