Chris Brunner преди 15 години
родител
ревизия
f0b2d1ec65
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);
 }