Chris Brunner 15 years ago
parent
commit
f0b2d1ec65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/eggbase/somethingToEgg.cxx

+ 1 - 1
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);
 }