diff options
author | OzoneGrif | 2020-02-02 05:44:42 +0100 |
---|---|---|
committer | GitHub | 2020-02-02 05:44:42 +0100 |
commit | ce2f0262768bc3d56dd9a776a075c6ccf10a7ae3 (patch) | |
tree | eef4a039d3105e13515af89aee5179b9eb35ae94 /ldgallery.1.md | |
parent | 95e4b72df24b0074a078cebdccc478f42537eff7 (diff) | |
parent | 0b60fc3945987e547b767ece129cbf4df48d281e (diff) | |
download | ldgallery-ce2f0262768bc3d56dd9a776a075c6ccf10a7ae3.tar.gz |
Merge pull request #72 from pacien/fix-implicit-output-exclusion
Fix implicit output exclusion
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md index c40a4ce..8784fb2 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md | |||
@@ -20,14 +20,14 @@ The ldgallery compiler program processes pictures and aggregates metadata from p | |||
20 | 20 | ||
21 | # COMMAND | 21 | # COMMAND |
22 | 22 | ||
23 | ldgallery [\--input-dir=_./_] [\--output-dir=_./out_] [\--with-viewer] | 23 | ldgallery [\--input-dir _./_] [\--output-dir _./out_] [\--with-viewer] |
24 | 24 | ||
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. Defaults to the current directory. |
29 | 29 | ||
30 | -o, \--output-dir=_DIR_ | 30 | -o, \--output-dir _DIR_ |
31 | : Generated gallery output path. Defaults to ./out. | 31 | : Generated gallery output path. Defaults to ./out. |
32 | 32 | ||
33 | -r, \--rebuild-all | 33 | -r, \--rebuild-all |