summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2003-09-15 14:21:32 +0000
committerSimo Sorce <idra@samba.org>2003-09-15 14:21:32 +0000
commit5f91a15a66f8c530087ec438696cf42587d3cfdb (patch)
tree45fae77064476df0ed038901bd54f45f44a6f444
parentbbc4f18f22b1ce5a247121a65e1bc1d00e585847 (diff)
downloadsamba-5f91a15a66f8c530087ec438696cf42587d3cfdb.tar.gz
samba-5f91a15a66f8c530087ec438696cf42587d3cfdb.tar.bz2
samba-5f91a15a66f8c530087ec438696cf42587d3cfdb.zip
fix online help
-w option need the password on the command line (This used to be commit 0b8f32b7f53b145fb51f5537a7f42d11d69ed4c3)
-rw-r--r--source3/utils/smbpasswd.c2
1 files changed, 1 insertions, 1 deletions
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");