Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jul 11, 2023
1 parent 144ccc7 commit b5ac4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ int do_migrate(int argc, const char** argv)
printf("axmol-migrate version %s\n\n", AX_MIGRATE_VER);

if (argc < 3) {
printf("Invalid parameter, usage: axmol-migrate <type> [--fuzzy] [--for-engine] --source-dir <source_dir> [--filters .frag;.vert;.vsh;.fsh][--use-ubo]\n\ttype: cpp, shader");
printf("Invalid parameter, usage: axmol-migrate <type> [--fuzzy] [--for-engine] --source-dir <source_dir> [--filters .frag;.vert;.vsh;.fsh] [--use-ubo]\n\ttype: cpp, shader");
return -1;
}

Expand Down

0 comments on commit b5ac4bb

Please sign in to comment.