From c8137fc067b474749d666c01cb844ffd5ad1b546 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 3 Apr 2022 16:53:14 -0700 Subject: [PATCH] Resolve broken message. --- src/FBX2glTF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FBX2glTF.cpp b/src/FBX2glTF.cpp index 5bb8841..40c15b6 100644 --- a/src/FBX2glTF.cpp +++ b/src/FBX2glTF.cpp @@ -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);