aboutsummaryrefslogtreecommitdiff
path: root/compiler/ldgallery.1.md
diff options
context:
space:
mode:
authorpacien2020-02-27 17:13:58 +0100
committerNotkea2020-02-27 19:34:05 +0100
commit4f1315cb9ff4a3dd78b90352bb517861bf2d59b7 (patch)
treeb33f5d2190aafe160daccff2a4f0ab816f534789 /compiler/ldgallery.1.md
parent8a27ab906b92b679dce15bd6c34a7058118d5c30 (diff)
downloadldgallery-4f1315cb9ff4a3dd78b90352bb517861bf2d59b7.tar.gz
compiler: allow explicit dist path for viewer deployment
Diffstat (limited to 'compiler/ldgallery.1.md')
-rw-r--r--compiler/ldgallery.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md
index 3e20562..7d1dd77 100644
--- a/compiler/ldgallery.1.md
+++ b/compiler/ldgallery.1.md
@@ -47,9 +47,9 @@ Available options are:
47-c, \--clean-output 47-c, \--clean-output
48: Remove unnecessary files from the output directory. 48: Remove unnecessary files from the output directory.
49 49
50-w, \--with-viewer 50-w, \--with-viewer[=_DIR_]
51: Include the static web viewer in the output. 51: Deploy either the bundled or the given static web viewer to the output directory.
52 The compiled gallery itself is then placed in <\output-dir\>/gallery. 52 The compiled gallery itself is then placed in \<output-dir\>/gallery.
53 53
54-h, \--help 54-h, \--help
55: Display help message. 55: Display help message.