From a9e68ef991f3f89adf9f8f8810885124a38df70c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 31 Mar 2003 05:47:13 +0000 Subject: [PATCH] Add -y support to ldappasswd.c s/passwd/password/ in usage description --- clients/tools/common.c | 6 +++--- clients/tools/ldappasswd.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/tools/common.c b/clients/tools/common.c index 880a6b8381..d39b3d9bd8 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -84,11 +84,11 @@ tool_common_usage( void ) " -U authcid SASL authentication identity\n", " -v run in verbose mode (diagnostics to standard output)\n", " -V print version info (-VV only)\n", -" -w passwd bind passwd (for simple authentication)\n", -" -W prompt for bind passwd\n", +" -w passwd bind password (for simple authentication)\n", +" -W prompt for bind password\n", " -x Simple authentication\n", " -X authzid SASL authorization identity (\"dn:\" or \"u:\")\n", -" -y file Read passwd from file\n", +" -y file Read password from file\n", " -Y mech SASL mechanism\n", " -Z Start TLS request (-ZZ to require successful response)\n", NULL diff --git a/clients/tools/ldappasswd.c b/clients/tools/ldappasswd.c index a0265f4ebd..baf18f6b6a 100644 --- a/clients/tools/ldappasswd.c +++ b/clients/tools/ldappasswd.c @@ -49,7 +49,7 @@ usage( void ) const char options[] = "a:As:S" - "Cd:D:e:h:H:InO:p:QR:U:vVw:WxX:Y:Z"; + "Cd:D:e:h:H:InO:p:QR:U:vVw:WxX:y:Y:Z"; int handle_private_option( int i ) -- 2.39.5