Resolve broken message.

This commit is contained in:
K. S. Ernest (iFire) Lee 2022-04-03 16:53:14 -07:00
parent cc977f157f
commit c8137fc067
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ int main(int argc, char* argv[]) {
app.add_flag(
"-v,--verbose",
verboseOutput,
"Include blend shape tangents, if reported present by the FBX SDK.");
"Print verbose processing output.");
app.add_flag_function("-V,--version", [&](size_t count) {
fmt::printf("FBX2glTF version %s\nCopyright (c) 2016-2018 Oculus VR, LLC.\n", FBX2GLTF_VERSION);