aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorpacien2020-02-27 14:26:12 +0100
committerNotkea2020-02-27 14:35:01 +0100
commitd862c99d6ee74f25261c00fcfee3a6e551501f16 (patch)
tree061dbae946628f781695a31e37eb8abbc6e7acfd /compiler
parent74e4a83ac7511086f45d2fa9880b7ae5728020bd (diff)
downloadldgallery-d862c99d6ee74f25261c00fcfee3a6e551501f16.tar.gz
compiler: clarify dependent path documentation
Diffstat (limited to 'compiler')
-rw-r--r--compiler/app/Main.hs4
-rw-r--r--compiler/ldgallery.1.md6
2 files changed, 5 insertions, 5 deletions
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
65 &= name "x" 65 &= name "x"
66 &= name "output-index" 66 &= name "output-index"
67 &= explicit 67 &= explicit
68 &= help "Generated gallery index output path (default=$output-dir/index.json)" 68 &= help "Generated gallery index output path (default=<output-dir>/index.json)"
69 , galleryConfig = "" 69 , galleryConfig = ""
70 &= typFile 70 &= typFile
71 &= name "g" 71 &= name "g"
72 &= name "gallery-config" 72 &= name "gallery-config"
73 &= explicit 73 &= explicit
74 &= help "Gallery configuration file (default=$input-dir/gallery.yaml)" 74 &= help "Gallery configuration file (default=<input-dir>/gallery.yaml)"
75 , rebuilAll = False 75 , rebuilAll = False
76 &= name "r" 76 &= name "r"
77 &= name "rebuild-all" 77 &= 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:
35 35
36-x, \--output-index _FILE_ 36-x, \--output-index _FILE_
37: Generated gallery index output path. 37: Generated gallery index output path.
38 Defaults to $output-dir/index.json. 38 Defaults to \<output-dir\>/index.json.
39 39
40-g, \--gallery-config _FILE_ 40-g, \--gallery-config _FILE_
41: Gallery configuration file. 41: Gallery configuration file.
42 Defaults to $input-dir/gallery.yaml. 42 Defaults to \<input-dir\>/gallery.yaml.
43 43
44-r, \--rebuild-all 44-r, \--rebuild-all
45: Invalidate cache and recompile everything. 45: Invalidate cache and recompile everything.
@@ -49,7 +49,7 @@ Available options are:
49 49
50-w, \--with-viewer 50-w, \--with-viewer
51: Include the static web viewer in the output. 51: Include the static web viewer in the output.
52 The compiled gallery itself is then placed in $output-dir/gallery. 52 The compiled gallery itself is then placed in <\output-dir\>/gallery.
53 53
54-h, \--help 54-h, \--help
55: Display help message. 55: Display help message.