Use 'a' instead of 'i' for the short assembly option.

This commit is contained in:
Jarl Gullberg 2017-08-28 16:57:49 +02:00
parent 975dfc32c7
commit d7a6c0f3bd
No known key found for this signature in database
GPG key ID: FBB69BD7CAE095A0

View file

@ -5,7 +5,7 @@ namespace OpenTK.Rewrite
{
public class Options
{
[Option('i', "assembly", Required = true,
[Option('a', "assembly", Required = true,
HelpText = "The path to the target assembly that should be rewritten.")]
public string TargetAssembly { get; set; }