Skip to content

Commit 550183b

Browse files
committed
Made it clear that the remaining parameters in the README a merely examples
1 parent 567b1e0 commit 550183b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ gitomatic <path>
4646
Auth methods:
4747

4848
```
49-
gitomatic -privkey ~/.ssh/id_rsa
50-
gitomatic -username "someone" -password "mypass"
49+
gitomatic -privkey ~/.ssh/id_rsa <path>
50+
gitomatic -username "someone" -password "mypass" <path>
5151
```
5252

5353
Other parameters:
5454

5555
```
56-
gitomatic -interval 30m
57-
gitomatic -author "John Doe"
58-
gitomatic -email "some@mail.tld"
56+
gitomatic -interval 30m <path>
57+
gitomatic -author "John Doe" <path>
58+
gitomatic -email "some@mail.tld" <path>
5959
```

0 commit comments

Comments
 (0)