aboutsummaryrefslogtreecommitdiff
path: root/ldgallery.1.md
diff options
context:
space:
mode:
authorpacien2020-02-03 15:10:58 +0100
committerpacien2020-02-03 21:19:56 +0100
commitc22ea3de0fc5a42449b4bae80afa1a94c7afa41e (patch)
tree29175ed4e1caee581bf77f1f7200a05b3b8eda71 /ldgallery.1.md
parentb757ee814c01c83b17b495c4805fcc70d7e08c89 (diff)
downloadldgallery-c22ea3de0fc5a42449b4bae80afa1a94c7afa41e.tar.gz
compiler: reject input and output directories that coincide
GitHub: closes #80
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r--ldgallery.1.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md
index 5612cbf..8928693 100644
--- a/ldgallery.1.md
+++ b/ldgallery.1.md
@@ -25,10 +25,13 @@ ldgallery [\--input-dir _./_] [\--output-dir _./out_] [\--with-viewer]
25Available options are: 25Available options are:
26 26
27-i, \--input-dir _DIR_ 27-i, \--input-dir _DIR_
28: Gallery source directory. Defaults to the current directory. 28: Gallery source directory.
29 Defaults to the current directory.
29 30
30-o, \--output-dir _DIR_ 31-o, \--output-dir _DIR_
31: Generated gallery output path. Defaults to ./out. 32: Generated gallery output path.
33 Must be distinct from the source directory.
34 Defaults to ./out.
32 35
33-r, \--rebuild-all 36-r, \--rebuild-all
34: Invalidate cache and recompile everything. 37: Invalidate cache and recompile everything.