summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2011-06-30 12:08:16 +0200
committerMichael Adam <obnox@samba.org>2011-10-12 22:45:53 +0200
commit502f0b8edcd339a9e47ad1c515303ccd6c164494 (patch)
treee8d8afc793fe22196ad323ed00995010a9cbc62d /source3/utils/net.c
parente430c75d4c275323f5a3ac894647f8ebf2a58a7a (diff)
downloadsamba-502f0b8edcd339a9e47ad1c515303ccd6c164494.tar.gz
samba-502f0b8edcd339a9e47ad1c515303ccd6c164494.tar.bz2
samba-502f0b8edcd339a9e47ad1c515303ccd6c164494.zip
s3:net: add command registry check
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index e7edb6e7f6..d05f6143e1 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -820,6 +820,10 @@ static struct functable net_func[] = {
{"lock", 0, POPT_ARG_NONE, &c->opt_lock},
{"auto", 'a', POPT_ARG_NONE, &c->opt_auto},
{"repair", 0, POPT_ARG_NONE, &c->opt_repair},
+ /* Options for 'net registry check'*/
+ {"reg-version", 0, POPT_ARG_INT, &c->opt_reg_version},
+ {"output", 'o', POPT_ARG_STRING, &c->opt_output},
+ {"wipe", 0, POPT_ARG_NONE, &c->opt_wipe},
POPT_COMMON_SAMBA
{ 0, 0, 0, 0}
};