From: Michael Adam Date: Fri, 27 Jan 2012 13:02:07 +0000 (+0100) Subject: s3:net registry: fix a copy and paste error in a help text X-Git-Tag: tevent-0.9.15~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc4cf82fb573074b4bb063321c86cb306902a4bc;p=thirdparty%2Fsamba.git s3:net registry: fix a copy and paste error in a help text --- diff --git a/source3/utils/net_registry.c b/source3/utils/net_registry.c index 90b0d19ff4e..eb7d19aec0c 100644 --- a/source3/utils/net_registry.c +++ b/source3/utils/net_registry.c @@ -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 } };