Skip to content

Commit 7ac7a3c

Browse files
authored
Merge pull request #334 from klyse/master
Updated Readme
2 parents d443cd6 + 022f170 commit 7ac7a3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ class AddOptions {
175175
}
176176
[Verb("commit", HelpText = "Record changes to the repository.")]
177177
class CommitOptions {
178-
//normal options here
178+
//commit options here
179179
}
180180
[Verb("clone", HelpText = "Clone a repository into a new directory.")]
181181
class CloneOptions {
182-
//normal options here
182+
//clone options here
183183
}
184184

185185
int Main(string[] args) {

0 commit comments

Comments
 (0)