From 550183b75e9ebd01a5eee2511f600237b7e88648 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 5 Aug 2019 20:50:45 +0200 Subject: [PATCH] Made it clear that the remaining parameters in the README a merely examples --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 766c14d..64203d2 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,14 @@ gitomatic Auth methods: ``` -gitomatic -privkey ~/.ssh/id_rsa -gitomatic -username "someone" -password "mypass" +gitomatic -privkey ~/.ssh/id_rsa +gitomatic -username "someone" -password "mypass" ``` Other parameters: ``` -gitomatic -interval 30m -gitomatic -author "John Doe" -gitomatic -email "some@mail.tld" +gitomatic -interval 30m +gitomatic -author "John Doe" +gitomatic -email "some@mail.tld" ```