From 0fb847b7380cafffa75976de6cfe48b212eefc55 Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Fri, 4 May 2012 13:51:01 +0200 Subject: s3:net registry import: add option --precheck Signed-off-by: Michael Adam --- source3/utils/net.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/net.c') 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} }; -- cgit