128
131
help="Start checker for client")
129
132
parser.add_option("--stop-checker", action="store_true",
130
133
help="Stop checker for client")
131
parser.add_option("-V", "--is-valid", action="store_true",
134
parser.add_option("-V", "--is-enabled", action="store_true",
133
136
parser.add_option("-r", "--remove", action="store_true",
135
138
parser.add_option("-c", "--checker", type="string",