mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
[mod_reader] Fix option name.
This commit is contained in:
parent
d51dff3a32
commit
d56fd1be70
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ using namespace std;
|
|||
|
||||
// options
|
||||
cl::opt<bool> all_formats("a", cl::desc("all formats"));
|
||||
cl::opt<bool> silent("s", cl::desc("silent"));
|
||||
cl::opt<bool> silent("silent", cl::desc("silent"));
|
||||
cl::opt<bool> printMaxPolygonBlock("m", cl::desc("print max polygon block"));
|
||||
|
||||
void convert_model(const path &fn)
|
||||
|
|
|
|||
Loading…
Reference in a new issue