]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:net registry: fix a copy and paste error in a help text
authorMichael Adam <obnox@samba.org>
Fri, 27 Jan 2012 13:02:07 +0000 (14:02 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 31 Jan 2012 16:00:30 +0000 (17:00 +0100)
source3/utils/net_registry.c

index 90b0d19ff4e78673b6185c959637dba43a64fd80..eb7d19aec0c3841a2eaafd448d0f0a54bfa5ef77 100644 (file)
@@ -1439,9 +1439,9 @@ int net_registry(struct net_context *c, int argc, const char **argv)
                        "check",
                        net_registry_check,
                        NET_TRANSPORT_LOCAL,
-                       N_("Check .reg file"),
+                       N_("Check a registry database"),
                        N_("net registry check\n"
-                          "    Check .reg file")
+                          "    Check a registry database")
                },
        { NULL, NULL, 0, NULL, NULL }
        };