Skip to content

Commit

Permalink
Merge pull request #45 from Forceflow/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Forceflow authored Sep 30, 2020
2 parents 3bd8714 + 01de95b commit 9b2d154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ void parseProgramParameters(int argc, char* argv[]){
else if (output == "obj"){outputformat = OutputFormat::output_obj_cubes;}
else if (output == "obj_points") { outputformat = OutputFormat::output_obj_points; }
else {
fprintf(stdout, "[Err] Unrecognized output format: %s, valid options are binvox (default) or morton \n", output.c_str());
fprintf(stdout, "[Err] Unrecognized output format: %s, valid options are binvox (default), morton, obj or obj_points \n", output.c_str());
exit(1);
}
}
Expand Down

0 comments on commit 9b2d154

Please sign in to comment.