Skip to content

Commit

Permalink
Merge pull request #1143 from markhoney/patch-1
Browse files Browse the repository at this point in the history
Update cliParser.py
  • Loading branch information
usmannasir authored Nov 2, 2023
2 parents 045cd65 + 8aca0ba commit a04012c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cliParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def prepareArguments(self):
### Additional Arguments for user manager

parser.add_argument('--firstName', help='First name while creating user.')
parser.add_argument('--lastName', help='First name while creating user.')
parser.add_argument('--lastName', help='Last name while creating user.')
parser.add_argument('--websitesLimit', help='Website limit while creating user.')
parser.add_argument('--selectedACL', help='Select ACL while creating user.')
parser.add_argument('--securityLevel', help='Set security level while creating user.')
Expand Down

0 comments on commit a04012c

Please sign in to comment.