Browse Source

--header should be --footer

Jakob Truelsen 13 years ago
parent
commit
7b96dcda7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/pdfconverter.cc

+ 1 - 1
src/lib/pdfconverter.cc

@@ -149,7 +149,7 @@ void PdfConverterPrivate::beginConvert() {
 		}
 
 		if (!s.footer.htmlUrl.isEmpty() && looksLikeHtmlAndNotAUrl(s.footer.htmlUrl)) {
-			emit out.error("--header-html should be a URL and not a string containing HTML code.");
+			emit out.error("--footer-html should be a URL and not a string containing HTML code.");
 			fail();
 			return;
 		}