@ -43,8 +43,7 @@ parser.add_argument("-u","--user", help="User ID for the domain.",required=True)
parser.add_argument("-p","--password",help="Password for the userid.",required=False)
parser.add_argument("-g","--groups",help="A list of groups to add to the domain. Groupid comma seperated",required=True)
parser.add_argument("-c","--desc",help="Description of the domain.",required=False)
parser.add_argument("-t","--type",help="Type of the domain: password or connection (passwordless).",required=True,choices=['password','connection'])
parser.add_argument("-t","--type",help="Type of the domain: password, oauth2.0 (token) or connection (passwordless).",required=True,choices=['password','connection','oauth2.0'])