From: Kurt Zeilenga Date: Sun, 16 Jul 2000 00:28:57 +0000 (+0000) Subject: Update usage to note that user may not be represented by a DN X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2436 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6454508ec6a8d638415b74094a48ec3d15ca3f39;p=openldap Update usage to note that user may not be represented by a DN --- diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index d2e92702e9..124ed1d425 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -28,9 +28,9 @@ static void usage(const char *s) { fprintf(stderr, -"Change the password of an LDAP entry\n\n" -"usage: %s [options] dn\n" -" dn: the DN of the entry whose password must be changed\n" +"Change password of an LDAP user\n\n" +"usage: %s [options] user\n" +" user: the identity of the user, normally a DN\n" "Password change options:\n" " -a secret\told password\n" " -A\t\tprompt for old password\n"