We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bfb71 commit 7f31b7bCopy full SHA for 7f31b7b
Grun/Options.cs
@@ -73,7 +73,7 @@ public class Options
73
[Option("encoding", Required = false, HelpText = "Encoding type to use")]
74
public string EncodingName { get; set; }
75
76
- [Option("svg", Required = false, HelpText = "File to output parse tree graph to in svg format")]
+ [Option("svg", Required = false, HelpText = "Scalable vector graphics file name to output the parse tree graph to")]
77
public string SvgFileName { get; set; }
78
}
79
0 commit comments