commit | a83e71efb1410e952d75aa1530fff4aaacdb917a | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon May 23 00:00:11 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon May 23 00:00:11 2011 +0400 |
tree | bff23d9020dcde03f514c7b56d8ffd67c1ce9e54 | |
parent | 869c286c47c526e54e68e8d1c32ec44311927ef3 [diff] |
vzubc: better handle -qh, -qm options 1. Options -qh or -qm set threshold for quiet and color highlighting, and are sensless if neither quiet nor color are used. Print an error if -qh, -qm are used w/o --color or --quiet. 2. Do not auto-enable quiet mode if -qh, -qm are used (since they might be used for --color). 3. In usage(), describe that --color uses same thresholds as quiet. Signed-off-by: Kir Kolyshkin <kir@openvz.org>