client: cleanup output types
authorJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 21:59:51 +0000 (15:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 7 Sep 2018 21:59:51 +0000 (15:59 -0600)
commit2eca48926723d3ebe8f43d4999302fb826f4a250
tree23fde903e8efe6bc23b174505cbc7e5ee38408b1
parent7c6686fcd9dc145c4dbab907ab29d2336f0ba935
client: cleanup output types

- Only print hostname= etc info for the NORMAL output, not for
  minimal/terse.

- Only print disk util header for NORMAL output.

- Cleanup json finish check

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