소스 검색

* Replaced img2irc / pic2irc occurences, fixed bad c/c in options list

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 년 전
부모
커밋
5f07f38ac1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      src/img2txt.c

+ 2
- 2
src/img2txt.c 파일 보기

@@ -1,5 +1,5 @@
/*
* pic2irc image to IRC converter
* img2txt image to text converter
* Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
* 2007 Jean-Yves Lamoureux <jylam@lnxscene.org>
* All Rights Reserved
@@ -99,7 +99,7 @@ int main(int argc, char **argv)
case 'H': /* --height */
lines = atoi(myoptarg);
break;
case 'f': /* --help */
case 'f': /* --format */
format = myoptarg;
break;
case 'h': /* --help */


불러오는 중...
취소
저장