Exit on bad command line options
authorJens Axboe <jens.axboe@oracle.com>
Mon, 18 Feb 2008 19:26:32 +0000 (20:26 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 18 Feb 2008 19:26:32 +0000 (20:26 +0100)
commit536582bf89bb97eb3636e41470f303877a738810
tree494353fa94fae9f6f645f842350e6089d6c71cb6
parent062c6022d41233523669188e876e913abd6c4e2e
Exit on bad command line options

It could be dangerous, eg if you expected --read-only to do its job
when you really needed to type --readonly.

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