mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
Fix typo
This commit is contained in:
parent
5618e68cb4
commit
beb0f7282b
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ program
|
|||
, 'LDAP search field (or $LDAP_SEARCH_FIELD)'
|
||||
, String
|
||||
, process.env.LDAP_SEARCH_FIELD)
|
||||
.option('--ldap-username-field <scope>'
|
||||
.option('--ldap-username-field <username>'
|
||||
, 'LDAP username field (or $LDAP_USERNAME_FIELD)'
|
||||
, String
|
||||
, process.env.LDAP_USERNAME_FIELD || 'cn')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue