mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo
This commit is contained in:
parent
e2f2186aa0
commit
e29381da53
@ -67,7 +67,7 @@ usage( void )
|
|||||||
{
|
{
|
||||||
fprintf( stderr, _("Change password of an LDAP user\n\n"));
|
fprintf( stderr, _("Change password of an LDAP user\n\n"));
|
||||||
fprintf( stderr,_("usage: %s [options] [user]\n"), prog);
|
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, _("Password change options:\n"));
|
||||||
fprintf( stderr, _(" -a secret old password\n"));
|
fprintf( stderr, _(" -a secret old password\n"));
|
||||||
fprintf( stderr, _(" -A prompt for old password\n"));
|
fprintf( stderr, _(" -A prompt for old password\n"));
|
||||||
|
Loading…
Reference in New Issue
Block a user