diff options
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" |