aboutsummaryrefslogtreecommitdiff
path: root/web/mkdemos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'web/mkdemos.sh')
-rwxr-xr-xweb/mkdemos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/mkdemos.sh b/web/mkdemos.sh
index 48cee6f91..19c17053f 100755
--- a/web/mkdemos.sh
+++ b/web/mkdemos.sh
@@ -1,7 +1,7 @@
#!/bin/sh -e
# creates example page for pandoc
# argument #1 is the destination directory
-# argument #2 is the directory containing pandoc, html2markdown, markdown2pdf
+# argument #2 is pandoc path
DEST=$1
PROGPATH=$2