From 022f170365b825d42072bcd9f278901dd3c44b28 Mon Sep 17 00:00:00 2001 From: klyse Date: Tue, 25 Sep 2018 08:22:32 +0200 Subject: [PATCH] Updated Readme Fixed comments for multiple options --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 248e49b0..3c53fb2d 100644 --- a/README.md +++ b/README.md @@ -175,11 +175,11 @@ class AddOptions { } [Verb("commit", HelpText = "Record changes to the repository.")] class CommitOptions { - //normal options here + //commit options here } [Verb("clone", HelpText = "Clone a repository into a new directory.")] class CloneOptions { - //normal options here + //clone options here } int Main(string[] args) {