aboutsummaryrefslogtreecommitdiff
path: root/bin/murl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/murl')
-rwxr-xr-xbin/murl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/murl b/bin/murl
index 610ef6e4..95db92c9 100755
--- a/bin/murl
+++ b/bin/murl
@@ -1,6 +1,6 @@
#!/bin/sh
# Format markdown and pass it to hurl to extract URLs from it.
-# Pipe the output of pandoc(1) on our args into hurl(1)
+# Pipe the output of pandoc(1) on our args into hurl(1df)
pandoc -f markdown -t html -- "${@:-/dev/stdin}" |
hurl