mirror of
https://github.com/taigrr/gitomatic.git
synced 2026-04-02 03:09:10 -07:00
Made it clear that the remaining parameters in the README a merely examples
This commit is contained in:
10
README.md
10
README.md
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user