diff options
author | pacien | 2020-01-30 17:01:15 +0100 |
---|---|---|
committer | Notkea | 2020-01-30 17:17:59 +0100 |
commit | 15c806adec22239096a910b92b49fcfb964815bd (patch) | |
tree | ad7123408a03bf40c40ebc2f5dc4e2382814ba08 /ldgallery.1.md | |
parent | 3ef8c5a3e92dab3178d7892606149fedfaadc31f (diff) | |
download | ldgallery-15c806adec22239096a910b92b49fcfb964815bd.tar.gz |
compiler: add flag for output dir cleanup
Making it explicit.
GitHub: closes #62
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md index febe2e2..c40a4ce 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md | |||
@@ -33,6 +33,9 @@ Available options are: | |||
33 | -r, \--rebuild-all | 33 | -r, \--rebuild-all |
34 | : Invalidate cache and recompile everything. | 34 | : Invalidate cache and recompile everything. |
35 | 35 | ||
36 | -c, \--clean-output | ||
37 | : Remove unnecessary files from the output directory. | ||
38 | |||
36 | -w, \--with-viewer | 39 | -w, \--with-viewer |
37 | : Include the static web viewer in the output. | 40 | : Include the static web viewer in the output. |
38 | 41 | ||