This commit is contained in:
Chris Brunner 2010-07-20 23:12:19 +00:00
parent 775184f113
commit f0b2d1ec65
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}