From bdc973b5db871ec9a9db3a16eea72f62e9ff6e64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Wed, 2 Nov 2011 13:38:18 +0100 Subject: [PATCH] s3-utils: net - Fix one error/usage message Signed-off-by: Michael Adam --- source3/utils/net_registry_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net_registry_check.c b/source3/utils/net_registry_check.c index 870a0edce2d..22d18a68afa 100644 --- a/source3/utils/net_registry_check.c +++ b/source3/utils/net_registry_check.c @@ -862,7 +862,7 @@ static bool get_version(struct check_ctx *ctx) { if (!version) { printf("Couldn't determine registry format version, " - "specify with --version\n"); + "specify with --reg-version\n"); return false; } -- 2.11.4.GIT