From b3fa2e9965dd973bdadd8ced83580b9e45f363f0 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Wed, 6 Jun 2012 16:02:08 +0200 Subject: [PATCH] Fix --help formatting --- etc/phoros.cth | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/phoros.cth b/etc/phoros.cth index 31e66b6..a9f4e34 100644 --- a/etc/phoros.cth +++ b/etc/phoros.cth @@ -3,6 +3,7 @@ :face (text :padding-top 1 :padding-bottom 1) :face (option :padding-left 2 + :padding-bottom 0 :item-separator #\Newline :face (syntax :item-separator ", ") :face (usage :padding-left (10 absolute) @@ -10,7 +11,8 @@ :face (fallback :face (header)) :face (default :face (header)) :face (environment :face (header)))) -:face (group :padding-top 1 :padding-bottom 1 +:face (group :padding-top 1 + :padding-bottom 1 :item-separator #\Newline :face (header :padding-bottom 1 :bold t) -- 2.11.4.GIT