We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567b1e0 commit 550183bCopy full SHA for 550183b
1 file changed
README.md
@@ -46,14 +46,14 @@ gitomatic <path>
46
Auth methods:
47
48
```
49
-gitomatic -privkey ~/.ssh/id_rsa
50
-gitomatic -username "someone" -password "mypass"
+gitomatic -privkey ~/.ssh/id_rsa <path>
+gitomatic -username "someone" -password "mypass" <path>
51
52
53
Other parameters:
54
55
56
-gitomatic -interval 30m
57
-gitomatic -author "John Doe"
58
-gitomatic -email "some@mail.tld"
+gitomatic -interval 30m <path>
+gitomatic -author "John Doe" <path>
+gitomatic -email "some@mail.tld" <path>
59
0 commit comments