From 570bb872cc8136a584092161d264ce061815ebef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Tue, 6 Aug 2019 08:37:12 -0700 Subject: [PATCH] Tweak language. --- src/FBX2glTF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FBX2glTF.cpp b/src/FBX2glTF.cpp index 076e1ba..e65c310 100644 --- a/src/FBX2glTF.cpp +++ b/src/FBX2glTF.cpp @@ -237,7 +237,7 @@ int main(int argc, char* argv[]) { ->check(CLI::Range(1, 32)) ->group("Draco"); - app.add_option("--fbx-temp-dir", gltfOptions.fbxTempDir, "Temporary directory to used by FBXSDK.")->check(CLI::ExistingDirectory); + app.add_option("--fbx-temp-dir", gltfOptions.fbxTempDir, "Temporary directory to be used by FBX SDK.")->check(CLI::ExistingDirectory); CLI11_PARSE(app, argc, argv);