Don't require 'all' argument to --cmdhelp to dump all options
authorJens Axboe <jens.axboe@oracle.com>
Thu, 1 Mar 2007 09:44:12 +0000 (10:44 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 1 Mar 2007 09:44:12 +0000 (10:44 +0100)
commit320beefe2d0c5f05f24b4e0c1d13fcb2f1286a78
treed810b9188145e933ce3f15ca71238fb95989680e
parent5af1c6f3b46b40ef6b7021a34fd38889226e137f
Don't require 'all' argument to --cmdhelp to dump all options

If an argument isn't given, just dump all commands. This has the
downside that one MUST use --cmdhelp=option to get option help,
where as before --cmdhelp option worked as well.

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