161
161
parser.add_option("-D", "--deny", action="store_true",
162
162
help="Deny any current client request")
163
163
options, client_names = parser.parse_args()
165
165
if has_actions(options) and not client_names and not options.all:
166
166
parser.error('Options requires clients names or --all.')
167
167
if options.verbose and has_actions(options):