Skip to content

Commit 1a0e1a5

Browse files
Update readme
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent e5f6bd4 commit 1a0e1a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ $ git-dummy -h
5555
## Command options and flags
5656
Available options and flags include:
5757

58-
`--name`: The name of the dummy Git repo.
59-
`--commits`: The number of commits to populate in the dummy Git repo.
60-
`--git-dir`: The path at which to store the dummy Git repo.
58+
`--name`: The name of the dummy Git repo, defaults to "dummy".
59+
`--commits`: The number of commits to populate in the dummy Git repo, defaults to 5.
60+
`--git-dir`: The path at which to store the dummy Git repo, defaults to current directory.
6161

6262
## Basic command examples
6363
Generate a dummy Git repo called "cheese" with 10 commits on your Desktop:

0 commit comments

Comments
 (0)