Remove '--runtime' command line option
authorJens Axboe <axboe@fb.com>
Thu, 5 Jan 2017 16:49:06 +0000 (09:49 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 5 Jan 2017 16:49:06 +0000 (09:49 -0700)
commit5bba8b3acee1bf1359470a82cac030942018405a
tree01c23aa049ff10ec67e2474208a07ea248d01f1e
parentd0c8ccb05060d76e74a6320449ef2e4f26a7797b
Remove '--runtime' command line option

It conflicts with the job file option, and we (in most cases) set
the default before we have parsed it, depending on where in the
command line the --runtime option is added.

Signed-off-by: Jens Axboe <axboe@fb.com>
README
init.c