Use 'a' instead of 'i' for the short assembly option.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Mon, 28 Aug 2017 14:57:49 +0000 (16:57 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Mon, 28 Aug 2017 14:57:49 +0000 (16:57 +0200)
src/Generator.Rewrite/Options.cs

index 6e243f929c27d799af225263c281a168f7f290b4..eca853268329cd918fab6dc213a21931a3d4b356 100644 (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; }