summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-11-30 20:21:37 +0100
committerVolker Lendecke <vl@sernet.de>2007-11-30 22:25:01 +0100
commita43e3f98adae129c1e9f89c4e36d5dcf3f7b9642 (patch)
treef321edc3b302c54535cb47768b42b91416e06754 /source3/utils/net_help.c
parentc88263ab9e8b3111742e5ce53b5aa29bba65e5ee (diff)
downloadsamba-a43e3f98adae129c1e9f89c4e36d5dcf3f7b9642.tar.gz
samba-a43e3f98adae129c1e9f89c4e36d5dcf3f7b9642.tar.xz
samba-a43e3f98adae129c1e9f89c4e36d5dcf3f7b9642.zip
Add "net dom" command suite to "net".
Guenther (This used to be commit a41f9aef843378b1f85f9b3d672d00f3399fa342)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 9d86386ba6f..2cb601f9172 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -266,6 +266,7 @@ int net_help(int argc, const char **argv)
{"GROUP", net_help_group},
{"GROUPMAP", net_help_groupmap},
{"JOIN", net_help_join},
+ {"DOM", net_help_dom},
{"VALIDATE", net_rap_validate_usage},
{"GROUPMEMBER", net_rap_groupmember_usage},
{"ADMIN", net_rap_admin_usage},