mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 00:45:28 +00:00
Use 'a' instead of 'i' for the short assembly option.
This commit is contained in:
parent
975dfc32c7
commit
d7a6c0f3bd
|
@ -5,7 +5,7 @@ namespace OpenTK.Rewrite
|
||||||
{
|
{
|
||||||
public class Options
|
public class Options
|
||||||
{
|
{
|
||||||
[Option('i', "assembly", Required = true,
|
[Option('a', "assembly", Required = true,
|
||||||
HelpText = "The path to the target assembly that should be rewritten.")]
|
HelpText = "The path to the target assembly that should be rewritten.")]
|
||||||
public string TargetAssembly { get; set; }
|
public string TargetAssembly { get; set; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue