We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597243d commit 938d7f9Copy full SHA for 938d7f9
test/generate.cc
@@ -145,7 +145,7 @@ void getConfig(int argc, char** argv) {
145
" --disable-volume Disable volume mesh generation\n"
146
" --disable-surface Disable suface mesh generation\n"
147
" --native-model=/path/to/model Load the native Parasolid or ACIS model that the GeomSim model uses\n"
148
- " --surfaceMeshFile=/path/to/surfaceMesh read or write the surface mesh - depends on generation mode\n";
+ " --surface-mesh=/path/to/surfaceMesh read or write the surface mesh - depends on generation mode\n";
149
150
nativeModelFile = "";
151
surfaceMeshFile = "";
0 commit comments