From 21659014244bb08d2d8943125bc37291c8377bd1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 18 Jun 2016 15:38:56 +1200 Subject: Fix comment too --- bin/mdurls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3