瀏覽代碼

Merge pull request #965 from waldyrious/patch-1

fix long option name for --om
Kim Kulling 9 年之前
父節點
當前提交
86f30e4852
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>