Add ability to get specific net ads subcommand help. Not all have been
authorJim McDonough <jmcd@samba.org>
Thu, 4 Apr 2002 02:54:47 +0000 (02:54 +0000)
committerJim McDonough <jmcd@samba.org>
Thu, 4 Apr 2002 02:54:47 +0000 (02:54 +0000)
implemented yet...
(This used to be commit 24c6bf4e8b6d519340d5f9f3353ffc6b5f7520b3)

source3/utils/net.c

index d75506a6caba2ce5acf3afe5612a437b11d46a91..fca3d0803874c471eb5752ad1f588ff4228c2414 100644 (file)
@@ -344,7 +344,7 @@ static int help_usage(int argc, const char **argv)
 static int net_help(int argc, const char **argv)
 {
        struct functable func[] = {
-               {"ADS", net_ads_usage}, 
+               {"ADS", net_ads_help},  
                {"RAP", net_rap_help},
                {"RPC", net_rpc_help},