Browse Source

* Updated documentation to reflect img2irc name change, fixed typo in img2txt help

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 years ago
parent
commit
9ecad83135
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      doc/Makefile.am
  2. +1
    -1
      doc/cacaview.1
  3. +1
    -1
      src/img2txt.c

+ 1
- 1
doc/Makefile.am View File

@@ -3,7 +3,7 @@
EXTRA_DIST = doxygen.cfg.in footer.html header.html $(man_MANS) $(doxygen_DOX) EXTRA_DIST = doxygen.cfg.in footer.html header.html $(man_MANS) $(doxygen_DOX)


doxygen_DOX = libcaca.dox user.dox migrating.dox tutorial.dox canvas.dox font.dox style.dox doxygen_DOX = libcaca.dox user.dox migrating.dox tutorial.dox canvas.dox font.dox style.dox
man_MANS = caca-config.1 cacafire.1 cacaview.1 cacaserver.1 img2irc.1 cacaplay.1
man_MANS = caca-config.1 cacafire.1 cacaview.1 cacaserver.1 img2txt.1 cacaplay.1


if BUILD_DOCUMENTATION if BUILD_DOCUMENTATION
htmldoc_DATA = html/doxygen.css htmldoc_DATA = html/doxygen.css


+ 1
- 1
doc/cacaview.1 View File

@@ -51,6 +51,6 @@ yet to load an image from
.B cacaview .B cacaview
it is completely useless when run without an argument. it is completely useless when run without an argument.
.SH SEE ALSO .SH SEE ALSO
img2irc(1)
img2txt(1)
.SH AUTHOR .SH AUTHOR
This manual page was written by Sam Hocevar <sam@zoy.org>. This manual page was written by Sam Hocevar <sam@zoy.org>.

+ 1
- 1
src/img2txt.c View File

@@ -62,7 +62,7 @@ static void usage(int argc, char **argv)
fprintf(stderr, "\t\t\tutf8 : UTF8 with CR\n"); fprintf(stderr, "\t\t\tutf8 : UTF8 with CR\n");
fprintf(stderr, "\t\t\tutf8 : UTF8 with CRLF (MS Windows)\n"); fprintf(stderr, "\t\t\tutf8 : UTF8 with CRLF (MS Windows)\n");
fprintf(stderr, "\t\t\thtml : HTML with CSS and DIV support\n"); fprintf(stderr, "\t\t\thtml : HTML with CSS and DIV support\n");
fprintf(stderr, "\t\t\thtml : Pure HTML3 with tables\n");
fprintf(stderr, "\t\t\thtml3 : Pure HTML3 with tables\n");
fprintf(stderr, "\t\t\tirc : IRC with ctrl-k codes\n"); fprintf(stderr, "\t\t\tirc : IRC with ctrl-k codes\n");
fprintf(stderr, "\t\t\tps : Postscript\n"); fprintf(stderr, "\t\t\tps : Postscript\n");
fprintf(stderr, "\t\t\tsvg : Scalable Vector Graphics\n"); fprintf(stderr, "\t\t\tsvg : Scalable Vector Graphics\n");


Loading…
Cancel
Save