瀏覽代碼

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

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 年之前
父節點
當前提交
9ecad83135
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      doc/Makefile.am
  2. +1
    -1
      doc/cacaview.1
  3. +1
    -1
      src/img2txt.c

+ 1
- 1
doc/Makefile.am 查看文件

@@ -3,7 +3,7 @@
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
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
htmldoc_DATA = html/doxygen.css


+ 1
- 1
doc/cacaview.1 查看文件

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

+ 1
- 1
src/img2txt.c 查看文件

@@ -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 CRLF (MS Windows)\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\tps : Postscript\n");
fprintf(stderr, "\t\t\tsvg : Scalable Vector Graphics\n");


Loading…
取消
儲存