From c1d5bb446932913a8d2620a1a42fc32130f3e302 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 7 Jul 2019 14:02:07 +1000 Subject: [PATCH] README: remove use of horizontal style in argument descriptions The default renderer on Gitlab produces a list that is rather too high. --- README.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/README.adoc b/README.adoc index 7f7c01d..ce445c6 100644 --- a/README.adoc +++ b/README.adoc @@ -10,7 +10,6 @@ Simple cases can be run as `./doku2git --src /foo/dokuwiki --dst /bar/git > scri ==== Arguments -[horizontal] src:: The absolute path to the Dokuwiki root dst:: The absolute path to the Git repository users:: A path to a JSON file containing an array of objects describing additional users. They must have the keys 'login', 'real_name', and 'email'.