From 5f07f38ac1ab1ef3ca21891f2ad2ecf2bf0807d4 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Tue, 6 Nov 2007 12:57:46 +0000 Subject: [PATCH] * Replaced img2irc / pic2irc occurences, fixed bad c/c in options list --- src/img2txt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/img2txt.c b/src/img2txt.c index 3619866..9c65c48 100644 --- a/src/img2txt.c +++ b/src/img2txt.c @@ -1,5 +1,5 @@ /* - * pic2irc image to IRC converter + * img2txt image to text converter * Copyright (c) 2006 Sam Hocevar * 2007 Jean-Yves Lamoureux * 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 */