]> git.draconx.ca Git - liblbx.git/commit
lbximg: Allow --identify as a long option.
authorNick Bowler <nbowler@draconx.ca>
Wed, 19 Jun 2013 00:45:04 +0000 (20:45 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 19 Jun 2013 01:21:35 +0000 (21:21 -0400)
commit412512cc2c99762dd122f57a82cc174f414265e5
treeb11c562170349a8ec80acaa05ff280d9fa045dfa
parentcc1912aedeeb1c3c5e01747eb122790d7036d6a0
lbximg: Allow --identify as a long option.

There is no reason to not have a full word here.  The getopt_long
function allows abbreviations anyway, so --ident remains perfectly
fine as an option.
src/lbximg.c