client: check and error out on exceeding number of command line args to pass
authorJens Axboe <axboe@kernel.dk>
Wed, 5 Oct 2011 15:35:15 +0000 (17:35 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 5 Oct 2011 15:35:15 +0000 (17:35 +0200)
commit7a4b824059d9ce4b5151e904219c9b5e757ffd3b
tree5f3290c690ff181aa132a436025b5cd3f9eb93ae
parent3eb07285cf40789d5be5288581f78c8f7c83224d
client: check and error out on exceeding number of command line args to pass

Also cleanup up the handling of them, using a flag to know which
options to handle locally vs remotely.

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