projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975dfc3
)
Use 'a' instead of 'i' for the short assembly option.
author
Jarl Gullberg
<jarl.gullberg@gmail.com>
Mon, 28 Aug 2017 14:57:49 +0000
(16:57 +0200)
committer
Jarl Gullberg
<jarl.gullberg@gmail.com>
Mon, 28 Aug 2017 14:57:49 +0000
(16:57 +0200)
src/Generator.Rewrite/Options.cs
patch
|
blob
|
history
diff --git
a/src/Generator.Rewrite/Options.cs
b/src/Generator.Rewrite/Options.cs
index 6e243f929c27d799af225263c281a168f7f290b4..eca853268329cd918fab6dc213a21931a3d4b356 100644
(file)
--- a/
src/Generator.Rewrite/Options.cs
+++ b/
src/Generator.Rewrite/Options.cs
@@
-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; }