From 121cb21f8dffe85aa09e08700bfd6052533d0710 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 28 Oct 2006 05:56:02 +0000 Subject: + fixed html2markdown usage message, in which w3m occured twice + added usage documentation to beginning of fillTemplates.pl git-svn-id: https://pandoc.googlecode.com/svn/trunk@23 788f1e2b-df1e-0410-8736-df70ead52e1b --- html2markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html2markdown') diff --git a/html2markdown b/html2markdown index 3f9a4857e..931c74b74 100644 --- a/html2markdown +++ b/html2markdown @@ -31,7 +31,7 @@ else links) OPT="-source" ;; w3c) OPT="-n -get" ;; "") echo -n >&2 "Needs a program to fetch the URL " - echo -n >&2 "(e.g. wget, w3m, lynx, w3m or curl)." + echo -n >&2 "(e.g. wget, w3m, lynx, w3c, or curl)." exit 1 ;; esac # Fetch and feed to pandoc. -- cgit v1.2.3