Re-instate --append-terse
authorJens Axboe <axboe@fb.com>
Tue, 27 Oct 2015 07:25:02 +0000 (16:25 +0900)
committerJens Axboe <axboe@fb.com>
Tue, 27 Oct 2015 07:25:02 +0000 (16:25 +0900)
commitf6a7df5314e83df9cc408e7bf447afb76bee8454
tree17e7533ffffbbb28906b7f209c0129aa4c62c4d3
parentc73b19534c73a4c42a531c71a9de3bea59d84477
Re-instate --append-terse

This wasn't well documented, but ensure that we don't people's
setup. The new way of doing multiple formats is to add them
to the output format. Which means that this:

fio --append-terse --output-format=normal

is now equivalent to

fio --output-format=normal,terse

Please use the latter.

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