Skip to content

Commit 022f170

Browse files
authored
Updated Readme
Fixed comments for multiple options
1 parent 0158942 commit 022f170

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)