Use 'a' instead of 'i' for the short assembly option.
This commit is contained in:
parent
975dfc32c7
commit
d7a6c0f3bd
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue