[PATCH] Add per-option help
authorJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jan 2007 20:20:13 +0000 (21:20 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jan 2007 20:20:13 +0000 (21:20 +0100)
commitfd28ca4948aa67b76585c6c23d7f70a2cdc7a0d5
tree4e84002d738ad4d8b010828d74713add5422a8d9
parent5cd033bbb08dbdd2241a0eac09ef34a59a5d8f52
[PATCH] Add per-option help

It's hard to remember all the options that fio supports, so add a
'cmdhelp' option that either prints all possible options (if argument
is 'all'), or specific option help (if argument is the command).

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