diff --git a/dq8chr2glb/Program.cs b/dq8chr2glb/Program.cs index 4713946..11855e2 100644 --- a/dq8chr2glb/Program.cs +++ b/dq8chr2glb/Program.cs @@ -98,11 +98,11 @@ public class Program Console.WriteLine("Converts .CHR files from Dragon Quest VIII (Playstation 2) to .glb/.glTF format."); Console.WriteLine(); Console.WriteLine("Usage:"); - Console.WriteLine(" chrFormat.exe [options]"); - Console.WriteLine(" chrFormat.exe -b (batch mode: output files are saved in the )"); + Console.WriteLine(" dq8chr2glb.exe [options]"); + Console.WriteLine(" dq8chr2glb.exe -b (batch mode: output files are saved in the )"); Console.WriteLine("Examples:"); - Console.WriteLine(" chrFormat.exe \"C:\\Users\\Boris\\Desktop\\ChrFormatTest\\ap002.chr\" \"C:\\Users\\Boris\\Desktop\\ChrFormatTest\" -e"); - Console.WriteLine(" chrFormat.exe \"C:\\Users\\Boris\\Desktop\\ChrFormatTest\" -b"); + Console.WriteLine(" dq8chr2glb.exe \"C:\\Users\\Boris\\Desktop\\ChrFormatTest\\ap002.chr\" \"C:\\Users\\Boris\\Desktop\\ChrFormatTest\" -e"); + Console.WriteLine(" dq8chr2glb.exe \"C:\\Users\\Boris\\Desktop\\ChrFormatTest\" -b"); Console.WriteLine(); Console.WriteLine("Options:"); Console.WriteLine(" -e - Extract only - unpack .chr without conversion");