diff options
author | pacien | 2020-02-21 15:39:01 +0100 |
---|---|---|
committer | pacien | 2020-02-23 22:42:03 +0100 |
commit | ce0b7ec230703d239b3d77e09352c0b1d515d8f5 (patch) | |
tree | 7aaebf14164df273699ebd3140cd1b8d49e93c7f /ldgallery.1.md | |
parent | 68899f0c1ba4f641c376fda1e51d9694b02b9c5d (diff) | |
download | ldgallery-ce0b7ec230703d239b3d77e09352c0b1d515d8f5.tar.gz |
compiler: add gallery config file CLI argument
GitHub: closes #136
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md index a5d0e4c..e891345 100644 --- a/ldgallery.1.md +++ b/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 | -g, \--gallery-config _FILE_ | ||
37 | : Gallery configuration file. | ||
38 | Defaults to $input-dir/gallery.yaml. | ||
39 | |||
36 | -r, \--rebuild-all | 40 | -r, \--rebuild-all |
37 | : Invalidate cache and recompile everything. | 41 | : Invalidate cache and recompile everything. |
38 | 42 | ||