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: Auth methods:
``` ```
gitomatic -privkey ~/.ssh/id_rsa gitomatic -privkey ~/.ssh/id_rsa <path>
gitomatic -username "someone" -password "mypass" gitomatic -username "someone" -password "mypass" <path>
``` ```
Other parameters: Other parameters:
``` ```
gitomatic -interval 30m gitomatic -interval 30m <path>
gitomatic -author "John Doe" gitomatic -author "John Doe" <path>
gitomatic -email "some@mail.tld" gitomatic -email "some@mail.tld" <path>
``` ```