summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2012-05-04 13:51:01 +0200
committerMichael Adam <obnox@samba.org>2012-06-26 19:57:19 +0200
commit0fb847b7380cafffa75976de6cfe48b212eefc55 (patch)
tree6d8fe238e75468777f966cf8e5cfb761be9c3aee /source3/utils/net.c
parente78d647ebcdd353af3c270903b88d08ab5004a28 (diff)
downloadsamba-0fb847b7380cafffa75976de6cfe48b212eefc55.tar.gz
samba-0fb847b7380cafffa75976de6cfe48b212eefc55.tar.bz2
samba-0fb847b7380cafffa75976de6cfe48b212eefc55.zip
s3:net registry import: add option --precheck
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 1ce5ee6582..eccb522dc9 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -823,6 +823,8 @@ static struct functable net_func[] = {
{"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},
+ /* Options for 'net registry import' */
+ {"precheck", 0, POPT_ARG_STRING, &c->opt_precheck},
POPT_COMMON_SAMBA
{ 0, 0, 0, 0}
};