Skip to content

Commit d296589

Browse files
Update README.md
Fixed typo.
1 parent 6acf8e6 commit d296589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static int Main(string[] args) {
9494
var result = CommandLine.Parser.Default.ParseArguments<Options>(args);
9595
var exitCode = result
9696
.MapResult(
97-
options = > {
97+
options => {
9898
if (options.Verbose) Console.WriteLine("Filenames: {0}", string.Join(",", options.InputFiles.ToArray()));
9999
return 0; },
100100
errors => {

0 commit comments

Comments
 (0)