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 ++-- compiler/ldgallery.1.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'compiler') 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" diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md index fd0355b..4c9c6c8 100644 --- a/compiler/ldgallery.1.md +++ b/compiler/ldgallery.1.md @@ -35,11 +35,11 @@ Available options are: -x, \--output-index _FILE_ : Generated gallery index output path. - Defaults to $output-dir/index.json. + Defaults to \/index.json. -g, \--gallery-config _FILE_ : Gallery configuration file. - Defaults to $input-dir/gallery.yaml. + Defaults to \/gallery.yaml. -r, \--rebuild-all : Invalidate cache and recompile everything. @@ -49,7 +49,7 @@ Available options are: -w, \--with-viewer : Include the static web viewer in the output. - The compiled gallery itself is then placed in $output-dir/gallery. + The compiled gallery itself is then placed in <\output-dir\>/gallery. -h, \--help : Display help message. -- cgit v1.2.3