mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
Update cliParser.py
Fix typo where "First name" had been replicated
This commit is contained in:
@@ -58,7 +58,7 @@ class cliParser:
|
||||
### 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.')
|
||||
|
||||
Reference in New Issue
Block a user