Browse Source

fix long option name for --om

to match the actual code in tools/assimp_cmd/Main.cpp
Waldir Pimenta 9 years ago
parent
commit
a9ebac6b54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/dox_cmd.h

+ 1 - 1
doc/dox_cmd.h

@@ -489,7 +489,7 @@ more information can be found in the <tt>aiPostProcess.h</tt> header.
 
     <tr>
     <td><tt>-om</tt></td>
-    <td><tt>--optimize-mesh</tt></td>
+    <td><tt>--optimize-meshes</tt></td>
 	<td>Optimize mesh usage. Meshes are merged, if possible. Very effective in combination with <tt>--optimize-graph</tt></td>
   </tr>
 </table>