From 552592cbf7d5ea14f73882b1c96b2c903351cdff Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Mon, 31 Jul 2006 14:05:01 +0200 Subject: [PATCH] typo --- images/image-tool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }; -- 2.39.2