vzubc: fix -w/-c check

Arguments -w|--watch and -c|--color can't be used together, so there
is a check for that. The problem is if -c stays before -w on the command
line, this check wouldn't work.

So move the check to after argument parsing.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed