help="Choose from states (ok,hold,certification,pre_certification)",
)
parser.add_argument(
parser.add_argument(
"-s","--service",nargs='+',default='all',choices=['ssh','newjobs','expiration','all'],help="List one or more services to be blocked (default: %(default)s)")
"-s",
"--service",
nargs="+",
default="all",
choices=["ssh","newjobs","expiration","all"],
help="List one or more services to be blocked (default: %(default)s)",