From 9506e1f3848df4a874a8332dd5546baf2a0d9cc1 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Fri, 29 Oct 2010 15:52:51 +0000 Subject: [PATCH] * Fixed typo in img2txt doc (patch courtesy of Julien Danjou) * Fixes #85 --- doc/img2txt.1 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/img2txt.1 b/doc/img2txt.1 index b603b40..3c55c43 100644 --- a/doc/img2txt.1 +++ b/doc/img2txt.1 @@ -94,17 +94,17 @@ Change dithering algorithm. This can be one of the following (default to fstein) .TP .B \-f, \-\-format= Change output format. This can be one of the following (default to ansi) : - ansi : coloured ANSI - caca : internal libcaca format - utf8 : UTF8 with CR - utf8 : UTF8 with CRLF (MS Windows) - html : HTML with CSS and DIV support - html3 : Pure HTML3 with tables - irc : IRC with ctrl-k codes - bbfr : BBCode (French) - ps : Postscript - svg : Scalable Vector Graphics - tga : Targa Image + ansi : coloured ANSI + caca : internal libcaca format + utf8 : UTF8 with CR + utf8cr : UTF8 with CRLF (MS Windows) + html : HTML with CSS and DIV support + html3 : Pure HTML3 with tables + irc : IRC with ctrl-k codes + bbfr : BBCode (French) + ps : Postscript + svg : Scalable Vector Graphics + tga : Targa Image .TP .B \-h, \-\-help Display help message and exit.