]> git.draconx.ca Git - liblbx.git/commitdiff
lbximg: Fix --override long option.
authorNick Bowler <nbowler@draconx.ca>
Wed, 19 Jun 2013 00:40:42 +0000 (20:40 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 19 Jun 2013 01:21:35 +0000 (21:21 -0400)
The long option for this feature was clearly never tested, as only the
short option spec was actually correct.

src/lbximg.c

index b2c97f23ea5cd3e74ec7433357661177885c9d37..ca618ca20b88dac70204f9f61c9006c95f19e339 100644 (file)
@@ -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' },