Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeFZ committed Jun 8, 2023
1 parent 5dc1f15 commit cb3bde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int main(int argc, char** argv)
auto doImport = command == "import";

if (!(doExport && argc == 5) && !(doImport && argc == 4)) {
std::cout << "FbxImporter v0.2.0 made by LukeFZ" << std::endl;
std::cout << "FbxImporter v0.3.0 made by LukeFZ" << std::endl;
std::cout << "Usage: " << argv[0] << " <command> <arguments>" << std::endl;
std::cout << "Command 'export': <path to resource packs> <model name> <path to output .fbx>" << std::endl;
std::cout << "Command 'import': <path to input fbx> <output folder>" << std::endl;
Expand Down

0 comments on commit cb3bde7

Please sign in to comment.