Browse Source

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

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 17 years ago
parent
commit
5f07f38ac1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/img2txt.c

+ 2
- 2
src/img2txt.c View File

@@ -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 */


Loading…
Cancel
Save