Skip to content

Commit 408ba67

Browse files
authored
Merge pull request commandlineparser#382 from rodj/develop
README: fix typo in C# Quick Start Example
2 parents 667bb01 + 0188ede commit 408ba67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Options
9898
public bool Verbose { get; set; }
9999

100100
[Option("stdin",
101-
Default = false
101+
Default = false,
102102
HelpText = "Read from stdin")]
103103
public bool stdin { get; set; }
104104

0 commit comments

Comments
 (0)