Skip to content

Commit 7f31b7b

Browse files
committed
Slight help text update for svg option.
1 parent 92bfb71 commit 7f31b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Grun/Options.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class Options
7373
[Option("encoding", Required = false, HelpText = "Encoding type to use")]
7474
public string EncodingName { get; set; }
7575

76-
[Option("svg", Required = false, HelpText = "File to output parse tree graph to in svg format")]
76+
[Option("svg", Required = false, HelpText = "Scalable vector graphics file name to output the parse tree graph to")]
7777
public string SvgFileName { get; set; }
7878
}
7979
}

0 commit comments

Comments
 (0)