From 0188ede52ab7acddb741cf42432a4385bacec905 Mon Sep 17 00:00:00 2001 From: Rodj Date: Sat, 15 Dec 2018 05:59:11 -0500 Subject: [PATCH] README: fix typo in C# Quick Start Example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aee3770..9d7a6e6d 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ class Options public bool Verbose { get; set; } [Option("stdin", - Default = false + Default = false, HelpText = "Read from stdin")] public bool stdin { get; set; }