Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
30c079bd15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/eggbase/somethingToEgg.cxx

+ 1 - 1
pandatool/src/eggbase/somethingToEgg.cxx

@@ -47,7 +47,7 @@ SomethingToEgg(const string &format_name,
      "Specify the units of the resulting egg file.  If this is "
      "specified, the vertices in the egg file will be scaled as "
      "necessary to make the appropriate units conversion; otherwise, "
-     "the vertices in the input file will be converted exactly as they are.",
+     "the vertices will be left as they are.",
      &SomethingToEgg::dispatch_units, NULL, &_output_units);
 
   _input_units = DU_invalid;