[PATCH] Change timeout to runtime and rearrange option entries
authorJens Axboe <jens.axboe@oracle.com>
Thu, 11 Jan 2007 10:04:31 +0000 (11:04 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 11 Jan 2007 10:04:31 +0000 (11:04 +0100)
commit03b74b3ec5268e731ed7fcaef31c8c0655acd530
treeba1b2f11ee8c814995859e13ce8ce2967e72c57d
parentd9bb3b809d80cc3226d1c603e87fc90b6680320b
[PATCH] Change timeout to runtime and rearrange option entries

Runtime is a more descriptive name - the documentation is updated
as well, however the parsing has added an alias functionality to
support older names as well. So 'timeout' still works.

Also rearrange option entries, now they matter because the --cmdhelp
option will print them in order.

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