From: Nick Bowler Date: Wed, 19 Jun 2013 00:40:42 +0000 (-0400) Subject: lbximg: Fix --override long option. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/53490041359e79f228709707af34ea9c60750dcb lbximg: Fix --override long option. The long option for this feature was clearly never tested, as only the short option spec was actually correct. --- diff --git a/src/lbximg.c b/src/lbximg.c index b2c97f2..ca618ca 100644 --- a/src/lbximg.c +++ b/src/lbximg.c @@ -338,7 +338,7 @@ int main(int argc, char **argv) { "file", 1, NULL, 'f' }, { "format", 1, NULL, 'F' }, { "palette", 1, NULL, 'p' }, - { "override", 1, NULL, 'p' }, + { "override", 1, NULL, 'O' }, { "version", 0, NULL, 'V' }, { "usage", 0, NULL, 'U' },