update comments

This commit is contained in:
Daniel Langbein 2021-09-15 17:51:16 +02:00
parent 0df55dbce0
commit 3151508c66

View File

@ -1,8 +1,8 @@
#!/usr/bin/env bash
SCRIPT_TITLE=md-to-pdf
depends=(wkhtmltopdf cmark-gfm) # 'wkhtmltopdf' with qt-error is e.g. provided by the package 'wkhtmltopdf-static'
optdepends=(notify-send de-p1st-image-width-limit)
depends=(wkhtmltopdf cmark-gfm) # 'wkhtmltopdf' is provided by 'wkhtmltopdf-static'
optdepends=(notify-send de-p1st-image-width-limit) # 'notify-send' is provided by 'libnotify'
# Uncomment for debugging:
exec 1> "${HOME}"/"${SCRIPT_TITLE}".log 2>&1