diff options
Diffstat (limited to 'compiler/ldgallery.1.md')
-rw-r--r-- | compiler/ldgallery.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md index 5524409..fd0355b 100644 --- a/compiler/ldgallery.1.md +++ b/compiler/ldgallery.1.md | |||
@@ -33,6 +33,10 @@ Available options are: | |||
33 | Must be distinct from the source directory. | 33 | Must be distinct from the source directory. |
34 | Defaults to ./out. | 34 | Defaults to ./out. |
35 | 35 | ||
36 | -x, \--output-index _FILE_ | ||
37 | : Generated gallery index output path. | ||
38 | Defaults to $output-dir/index.json. | ||
39 | |||
36 | -g, \--gallery-config _FILE_ | 40 | -g, \--gallery-config _FILE_ |
37 | : Gallery configuration file. | 41 | : Gallery configuration file. |
38 | Defaults to $input-dir/gallery.yaml. | 42 | Defaults to $input-dir/gallery.yaml. |
@@ -45,6 +49,7 @@ Available options are: | |||
45 | 49 | ||
46 | -w, \--with-viewer | 50 | -w, \--with-viewer |
47 | : 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. | ||
48 | 53 | ||
49 | -h, \--help | 54 | -h, \--help |
50 | : Display help message. | 55 | : Display help message. |