We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5582a43 commit c0ceb49Copy full SHA for c0ceb49
1 file changed
Driver2CutsceneTool/cutscene_tool.cpp
@@ -434,8 +434,8 @@ void PackCutsceneFile(const char* foldername)
434
void PrintCommandLineArguments()
435
{
436
MsgInfo("Example usage:\n");
437
- MsgInfo("\tDriverCutsceneTool -unpack CUT2.R\n");
438
- MsgInfo("\tDriverCutsceneTool -pack CUT2\n");
+ MsgInfo("\tDriver2CutsceneTool -unpack CUT2.R\n");
+ MsgInfo("\tDriver2CutsceneTool -pack CUT2\n");
439
}
440
441
int main(int argc, char** argv)
0 commit comments