diff options
author | pacien | 2020-02-27 14:26:12 +0100 |
---|---|---|
committer | Notkea | 2020-02-27 14:35:01 +0100 |
commit | d862c99d6ee74f25261c00fcfee3a6e551501f16 (patch) | |
tree | 061dbae946628f781695a31e37eb8abbc6e7acfd /compiler/app | |
parent | 74e4a83ac7511086f45d2fa9880b7ae5728020bd (diff) | |
download | ldgallery-d862c99d6ee74f25261c00fcfee3a6e551501f16.tar.gz |
compiler: clarify dependent path documentation
Diffstat (limited to 'compiler/app')
-rw-r--r-- | compiler/app/Main.hs | 4 |
1 files changed, 2 insertions, 2 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" |