Skip to content

Commit c0ceb49

Browse files
committed
- fix message in cutscene tool
1 parent 5582a43 commit c0ceb49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Driver2CutsceneTool/cutscene_tool.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ void PackCutsceneFile(const char* foldername)
434434
void PrintCommandLineArguments()
435435
{
436436
MsgInfo("Example usage:\n");
437-
MsgInfo("\tDriverCutsceneTool -unpack CUT2.R\n");
438-
MsgInfo("\tDriverCutsceneTool -pack CUT2\n");
437+
MsgInfo("\tDriver2CutsceneTool -unpack CUT2.R\n");
438+
MsgInfo("\tDriver2CutsceneTool -pack CUT2\n");
439439
}
440440

441441
int main(int argc, char** argv)

0 commit comments

Comments
 (0)