Skip to content

Commit 938d7f9

Browse files
committed
generate: fix usage stmt
1 parent 597243d commit 938d7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/generate.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ void getConfig(int argc, char** argv) {
145145
" --disable-volume Disable volume mesh generation\n"
146146
" --disable-surface Disable suface mesh generation\n"
147147
" --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";
148+
" --surface-mesh=/path/to/surfaceMesh read or write the surface mesh - depends on generation mode\n";
149149

150150
nativeModelFile = "";
151151
surfaceMeshFile = "";

0 commit comments

Comments
 (0)