diff options
author | Jim McDonough <jmcd@samba.org> | 2002-04-04 02:54:47 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2002-04-04 02:54:47 +0000 |
commit | 24c6bf4e8b6d519340d5f9f3353ffc6b5f7520b3 (patch) | |
tree | 6a0e181b94d469dcea0492e5518103478762cd47 /source/utils/net.c | |
parent | f6eb7c0c7ec83a3674d56f0e222b900887327319 (diff) | |
download | samba-24c6bf4e8b6d519340d5f9f3353ffc6b5f7520b3.tar.gz |
Add ability to get specific net ads subcommand help. Not all have been
implemented yet...
Diffstat (limited to 'source/utils/net.c')
-rw-r--r-- | source/utils/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utils/net.c b/source/utils/net.c index d75506a6cab..fca3d080387 100644 --- a/source/utils/net.c +++ b/source/utils/net.c @@ -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}, |