mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix typo
This commit is contained in:
parent
e2f2186aa0
commit
e29381da53
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ usage( void )
|
|||
{
|
||||
fprintf( stderr, _("Change password of an LDAP user\n\n"));
|
||||
fprintf( stderr,_("usage: %s [options] [user]\n"), prog);
|
||||
fprintf( stderr, _(" user: the autentication identity, commonly a DN\n"));
|
||||
fprintf( stderr, _(" user: the authentication identity, commonly a DN\n"));
|
||||
fprintf( stderr, _("Password change options:\n"));
|
||||
fprintf( stderr, _(" -a secret old password\n"));
|
||||
fprintf( stderr, _(" -A prompt for old password\n"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue