"username",help="Username that should be locked/unlocked")
"username",help="Username that should be locked/unlocked")
parser.add_argument(
parser.add_argument(
"state",choices=['ok','blocked','certification'],help="Choose from states (ok,blocked,certification)")
"state",choices=['ok','hold','certification'],help="Choose from states (ok,hold,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)")