aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/mdurls2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mdurls b/bin/mdurls
index ab8b853b..a3d522ca 100755
--- a/bin/mdurls
+++ b/bin/mdurls
@@ -11,7 +11,7 @@
# Check we have the programs we need
hash pandoc htmlurls || exit
-# Pipe the output of markdown(1) on our args ...
+# Pipe the output of pandoc(1) on our args ...
pandoc -f markdown -t html -- "${@:-/dev/stdin}" |
# ... into our own htmlurls