Skip to content

Commit

Permalink
Update cliParser.py
Browse files Browse the repository at this point in the history
Fix typo where "First name" had been replicated
  • Loading branch information
markhoney authored Oct 30, 2023
1 parent 045cd65 commit 8aca0ba
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 8aca0ba

Please sign in to comment.