Usage fixes from APPLIANCE_HEAD.
authorTim Potter <tpot@samba.org>
Thu, 11 Jul 2002 23:11:42 +0000 (23:11 +0000)
committerTim Potter <tpot@samba.org>
Thu, 11 Jul 2002 23:11:42 +0000 (23:11 +0000)
(This used to be commit 952d722a3bba15b7a10b4cbabb5548f4dde682d7)

source3/nsswitch/wbinfo.c

index f8510497b07537c51a92bdf5d9d3654d3326242c..d0af10a0e6fbb3f6c0be46417a5cda6b973ffef2 100644 (file)
@@ -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 */