From 0932009e18fd4f3c3b5549b627f66fc740492ade Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 3 Aug 2021 13:25:56 +0200 Subject: [PATCH] pandatool: Fix typo in bam-info help page --- doc/man/bam-info.1 | 2 +- pandatool/src/bam/bamInfo.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/bam-info.1 b/doc/man/bam-info.1 index c9432acd7a..b830554603 100644 --- a/doc/man/bam-info.1 +++ b/doc/man/bam-info.1 @@ -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. diff --git a/pandatool/src/bam/bamInfo.cxx b/pandatool/src/bam/bamInfo.cxx index a30a5066dd..291d33798c 100644 --- a/pandatool/src/bam/bamInfo.cxx +++ b/pandatool/src/bam/bamInfo.cxx @@ -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;