From 5f91a15a66f8c530087ec438696cf42587d3cfdb Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 15 Sep 2003 14:21:32 +0000 Subject: fix online help -w option need the password on the command line (This used to be commit 0b8f32b7f53b145fb51f5537a7f42d11d69ed4c3) --- source3/utils/smbpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/smbpasswd.c b/source3/utils/smbpasswd.c index 6ab6d35e73..6854842b20 100644 --- a/source3/utils/smbpasswd.c +++ b/source3/utils/smbpasswd.c @@ -63,7 +63,7 @@ static void usage(void) printf(" -i interdomain trust account\n"); printf(" -m machine trust account\n"); printf(" -n set no password\n"); - printf(" -w ldap admin password\n"); + printf(" -w PASSWORD ldap admin password\n"); printf(" -x delete user\n"); printf(" -R ORDER name resolve order\n"); -- cgit