aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mdurls2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mdurls b/bin/mdurls
index e15864aa..18cd07f4 100755
--- a/bin/mdurls
+++ b/bin/mdurls
@@ -12,7 +12,7 @@
hash markdown htmlurls || exit
# Pipe the output of markdown(1) on our args ...
-markdown -- "${@:-/dev/stdin}" |
+markdown "${@:-/dev/stdin}" |
# ... into our own htmlurls
htmlurls