Made it clear that the remaining parameters in the README a merely examples

This commit is contained in:
Christian Muehlhaeuser
2019-08-05 20:50:45 +02:00
parent 567b1e0095
commit 550183b75e

View File

@@ -46,14 +46,14 @@ gitomatic <path>
Auth methods:
```
gitomatic -privkey ~/.ssh/id_rsa
gitomatic -username "someone" -password "mypass"
gitomatic -privkey ~/.ssh/id_rsa <path>
gitomatic -username "someone" -password "mypass" <path>
```
Other parameters:
```
gitomatic -interval 30m
gitomatic -author "John Doe"
gitomatic -email "some@mail.tld"
gitomatic -interval 30m <path>
gitomatic -author "John Doe" <path>
gitomatic -email "some@mail.tld" <path>
```