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) {