aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-18 15:38:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-18 15:38:56 +1200
commit21659014244bb08d2d8943125bc37291c8377bd1 (patch)
tree86d9ba18dd8854bb3d4679f5988ca4d46262d753 /bin
parentUpdate documentation to reflect prev commit (diff)
downloaddotfiles-21659014244bb08d2d8943125bc37291c8377bd1.tar.gz
dotfiles-21659014244bb08d2d8943125bc37291c8377bd1.zip
Fix comment too
Diffstat (limited to 'bin')
-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