Tweak language.
This commit is contained in:
parent
5e8c3daa49
commit
570bb872cc
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue