Fix bad indexing of options
authorJens Axboe <axboe@kernel.dk>
Tue, 4 Oct 2011 11:45:50 +0000 (13:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Oct 2011 11:45:50 +0000 (13:45 +0200)
commit9ef56d461ae5c4e9a77dd8ea3025658271c79387
tree61da583b8bada7213bf1db709ff6cdc7c13d1b1e
parent60efd14e3b5b5a2adb9f7c9ecfb9bfba38f76ce9
Fix bad indexing of options

It's optind - 1, not optind.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
init.c