diff options
author | Simo Sorce <idra@samba.org> | 2003-09-15 14:13:35 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-09-15 14:13:35 +0000 |
commit | 1389acb537d61394600cb6b3c9193162cedcfbe7 (patch) | |
tree | 8b5c16a966ad541cb4cd77a7dec1a54b0b701771 /source3/utils | |
parent | f9b6d0fd108de242e0cb93218a8a344f927899c0 (diff) | |
download | samba-1389acb537d61394600cb6b3c9193162cedcfbe7.tar.gz samba-1389acb537d61394600cb6b3c9193162cedcfbe7.tar.bz2 samba-1389acb537d61394600cb6b3c9193162cedcfbe7.zip |
fix online help
-w option need the password on the command line
(This used to be commit fa7dea1710bac38f5f68be2e56a24ef5cca09ff5)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/smbpasswd.c | 2 |
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"); |