Skip to content
Snippets Groups Projects
Commit a8446cbe authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

document -parse_and_exit

parent db4ea3cd
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ std::vector<std::pair<std::string, std::string> > GetUsage()
s.push_back(mp("-gamepad", "Use gamepad controller if available"));
#endif
s.push_back(mp("Other options:", ""));
s.push_back(mp("-", "Parse input files, then exit"));
s.push_back(mp("-, -parse_and_exit", "Parse input files, then exit"));
s.push_back(mp("-new", "Create new model before merge next file"));
s.push_back(mp("-merge", "Merge next files"));
s.push_back(mp("-open", "Open next files"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment