summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index f24367f246..16db55480e 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -118,6 +118,13 @@ int net_help_groupmap(int argc, const char **argv)
return -1;
}
+int net_help_idmap(int argc, const char **argv)
+{
+ d_printf("net idmap dump filename"\
+ "\n Dump current id mapping\n");
+
+ return -1;
+}
int net_help_join(int argc, const char **argv)
{