diff options
-rw-r--r-- | source3/utils/net_registry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_registry.c b/source3/utils/net_registry.c index 90b0d19ff4..eb7d19aec0 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 } }; |