From: Pavel Charvat Date: Mon, 31 Jul 2006 12:05:01 +0000 (+0200) Subject: typo X-Git-Tag: holmes-import~621 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=552592cbf7d5ea14f73882b1c96b2c903351cdff;p=libucw.git typo --- diff --git a/images/image-tool.c b/images/image-tool.c index 6b9062c1..57e6e645 100644 --- a/images/image-tool.c +++ b/images/image-tool.c @@ -46,7 +46,7 @@ static struct option longopts[] = { "fit-to-box", 0, 0, 'b' }, { "colorspace", 0, 0, 'c' }, { "jpeg-quality", 0, 0, 'Q' }, - { "background", 0, 0, 'g' }, + { "background", 0, 0, 'g' }, { NULL, 0, 0, 0 } };