Skip to content

Commit

Permalink
Fix up template override help description
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed May 27, 2013
1 parent fff69e4 commit 33a716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxUIViewModelGenerator/Program.cs
Expand Up @@ -28,7 +28,7 @@ static int Main(string[] args)
(string x) => Enum.TryParse<TemplateType>(x, out type) },
{ "i=|input=", "The input interface file, defaults to stdin",
(string x) => input = new StreamReader(File.OpenRead(x), Encoding.UTF8) },
{ "template-override=", "The input interface file, defaults to stdin",
{ "template-override=", "The input template file (ignores built-in one if specified)",
(string x) => template = File.ReadAllText(x, Encoding.UTF8) },
{ "h|help", "Displays Help",
_ => opts.WriteOptionDescriptions(Console.Out) },
Expand Down

0 comments on commit 33a716a

Please sign in to comment.