diff options
author | OzoneGrif | 2020-02-08 04:29:45 +0100 |
---|---|---|
committer | GitHub | 2020-02-08 04:29:45 +0100 |
commit | 8facee21e8c60d14257afae13b69f30fb87e2b4b (patch) | |
tree | 4abda45c8ee93968b34d12256927ab84822abcd1 /ldgallery.1.md | |
parent | e41b2bc587d058f996bf2ef41e8459d4f6eb7fff (diff) | |
parent | c22ea3de0fc5a42449b4bae80afa1a94c7afa41e (diff) | |
download | ldgallery-8facee21e8c60d14257afae13b69f30fb87e2b4b.tar.gz |
Merge pull request #89 from pacien/feature-check-distinct-in-out-dirs
Feature check distinct in out dirs
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 7 |
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] | |||
25 | Available options are: | 25 | Available 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. |