shift option added to usage() output

This commit is contained in:
2013-11-22 17:54:49 +01:00
parent 3e918f8001
commit d8a8b4030c
+1
View File
@@ -53,6 +53,7 @@ usage (
std::cout << " default is yes" << std::endl;
std::cout << " --(no-)volume do (not) convert volume mesh." << std::endl;
std::cout << " default is no" << std::endl;
std::cout << " --shift x,y,z shift all points by x,y,z" << std::endl;
std::cout << std::endl;
exit (1);
}