From f0b2d1ec65568af7e4695e82e7c2f44f9ec443a5 Mon Sep 17 00:00:00 2001 From: Chris Brunner Date: Tue, 20 Jul 2010 23:12:19 +0000 Subject: [PATCH] typo --- pandatool/src/eggbase/somethingToEgg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/eggbase/somethingToEgg.cxx b/pandatool/src/eggbase/somethingToEgg.cxx index 3529e6d8c5..152427f2ff 100644 --- a/pandatool/src/eggbase/somethingToEgg.cxx +++ b/pandatool/src/eggbase/somethingToEgg.cxx @@ -167,7 +167,7 @@ add_animation_options() { ("fro", "fps", 40, "Specify the frame rate (frames per second) of the generated animation. " "If this is specified, the animation speed is scaled by the appropriate " - "factor based on the frame rate of the input file (see -ri).", + "factor based on the frame rate of the input file (see -fri).", &SomethingToEgg::dispatch_double, &_got_output_frame_rate, &_output_frame_rate); }