fixed options error message
This commit is contained in:
parent
da10ecb690
commit
8284fdc1a0
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ namespace ExeToBat
|
|||
}
|
||||
catch (OptionException e)
|
||||
{
|
||||
System.Console.WriteLine("Invalid arguments: {0}", e);
|
||||
System.Console.WriteLine("Invalid arguments: {0}", e.Message);
|
||||
Help(options);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue