s3-utils: net - Fix one error/usage message
authorBjörn Baumbach <bb@sernet.de>
Wed, 2 Nov 2011 12:38:18 +0000 (13:38 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 3 Nov 2011 09:13:40 +0000 (10:13 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/utils/net_registry_check.c

index 870a0edce2d7abb714a420d9e2d14f6644192456..22d18a68afab6f1a713b7f9c9459a53667de86af 100644 (file)
@@ -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;
        }