Skip to content

Commit

Permalink
Fixed usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonHaze420 committed Dec 28, 2018
1 parent d71dd15 commit bfc64b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model2obj/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static void Main(string[] args)
{
if (args.Count<string>() < 3 || args[0].Contains("-h") || args[0].Contains("--help") || args[0].Contains("/?"))
{
Console.WriteLine("Correct usage:\n\tmodel2obj [--mt5|--mt7|--pkf|--pks|--tac] <source> <destination>");
Console.WriteLine("Correct usage:\n\tmodel2obj [--mt5|--mt7] <source model> <destination obj>\n\tmodel2obj [--pkf|--pks] <source file> <output dir>\n\tmodel2obj --tac <tad file> <tac file> <output dir>");
return;
}

Expand Down

0 comments on commit bfc64b1

Please sign in to comment.