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