Rename NXT -> Dawn in the comments

This commit is contained in:
Corentin Wallez
2018-07-18 15:28:38 +02:00
committed by Corentin Wallez
parent 923574eed5
commit 9fc65344f4
22 changed files with 35 additions and 35 deletions

View File

@@ -609,7 +609,7 @@ int main(int argc, const char* argv[]) {
return 1;
}
if (argc < 2) {
fprintf(stderr, "Usage: %s model.gltf [... NXT Options]\n", argv[0]);
fprintf(stderr, "Usage: %s model.gltf [... Dawn Options]\n", argv[0]);
return 1;
}