init: fix --bandwidth-log without argument
authorOmar Sandoval <osandov@fb.com>
Wed, 5 Oct 2016 22:15:26 +0000 (15:15 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 11 Oct 2016 22:04:24 +0000 (16:04 -0600)
commit2fd6fad5cc1a5533aab3d914c4bf69952ef70590
treeb1e94b2f32f9efd356229fe60466651a01c3c5fd
parent438bb1cf6c722ab2d83cce926bb94890af58c13a
init: fix --bandwidth-log without argument

--bandwidth-log doesn't do anything with the argument that it requires,
and the documentation doesn't indicate that it takes an argument.

Fixes: b46928282e0a ("[PATCH] Add full command line parameter support")
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
init.c