Put longest options first
authorJens Axboe <jens.axboe@oracle.com>
Mon, 19 Mar 2007 09:51:49 +0000 (10:51 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 19 Mar 2007 09:51:49 +0000 (10:51 +0100)
commitb370e46abdd2bfe764e28efb41c4caadc632b937
tree7359b4514787109419714371062522213ebe36fa
parentee0e0a718f069fae189be800c2a6e2f5c28ff9f0
Put longest options first

We need to have things like shmhuge before shm, otherwise the parser
will match shm. The parser needs to be fixed, this is just a quick fix.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c