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/ldgallery.1.md | |
parent | 74e4a83ac7511086f45d2fa9880b7ae5728020bd (diff) | |
download | ldgallery-d862c99d6ee74f25261c00fcfee3a6e551501f16.tar.gz |
compiler: clarify dependent path documentation
Diffstat (limited to 'compiler/ldgallery.1.md')
-rw-r--r-- | compiler/ldgallery.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
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. |