Tweak language.

This commit is contained in:
Pär Winzell 2019-08-06 08:37:12 -07:00 committed by GitHub
parent 5e8c3daa49
commit 570bb872cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);