diff options
author | Tim Potter <tpot@samba.org> | 2002-07-11 23:11:42 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-07-11 23:11:42 +0000 |
commit | e4722d2fcbd8bf2a099d46187bac6c85c5da8e08 (patch) | |
tree | 22f74642d4e4922c8f2ac7981c130fb76dc42d1f | |
parent | 246ec5ad07f35451aa6a8fa7ba502dcc5de04130 (diff) | |
download | samba-e4722d2fcbd8bf2a099d46187bac6c85c5da8e08.tar.gz samba-e4722d2fcbd8bf2a099d46187bac6c85c5da8e08.tar.bz2 samba-e4722d2fcbd8bf2a099d46187bac6c85c5da8e08.zip |
Usage fixes from APPLIANCE_HEAD.
(This used to be commit 952d722a3bba15b7a10b4cbabb5548f4dde682d7)
-rw-r--r-- | source3/nsswitch/wbinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c index f8510497b0..d0af10a0e6 100644 --- a/source3/nsswitch/wbinfo.c +++ b/source3/nsswitch/wbinfo.c @@ -641,8 +641,9 @@ static void usage(void) d_printf("\t-r user\t\t\tget user groups\n"); d_printf("\t-a user%%password\tauthenticate user\n"); d_printf("\t-A user%%password\tstore user and password used by winbindd (root only)\n"); - d_printf("\t-p 'ping' winbindd to see if it is alive\n"); + d_printf("\t-p\t\t\t'ping' winbindd to see if it is alive\n"); d_printf("\t--sequence\t\tshow sequence numbers of all domains\n"); + d_printf("\t--set-auth-user DOMAIN\\user%%password\tset password for restrict anonymous\n"); } /* Main program */ |