From d862c99d6ee74f25261c00fcfee3a6e551501f16 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 27 Feb 2020 14:26:12 +0100 Subject: compiler: clarify dependent path documentation --- compiler/app/Main.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/app/Main.hs') diff --git a/compiler/app/Main.hs b/compiler/app/Main.hs index a4b6ae2..2fdaf3e 100644 --- a/compiler/app/Main.hs +++ b/compiler/app/Main.hs @@ -65,13 +65,13 @@ options = Options &= name "x" &= name "output-index" &= explicit - &= help "Generated gallery index output path (default=$output-dir/index.json)" + &= help "Generated gallery index output path (default=/index.json)" , galleryConfig = "" &= typFile &= name "g" &= name "gallery-config" &= explicit - &= help "Gallery configuration file (default=$input-dir/gallery.yaml)" + &= help "Gallery configuration file (default=/gallery.yaml)" , rebuilAll = False &= name "r" &= name "rebuild-all" -- cgit v1.2.3