summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/utils/net_rpc_registry.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c
index 32c202357b..c98fc07655 100644
--- a/source3/utils/net_rpc_registry.c
+++ b/source3/utils/net_rpc_registry.c
@@ -2100,7 +2100,8 @@ int net_rpc_registry(struct net_context *c, int argc, const char **argv)
"export",
rpc_registry_export,
NET_TRANSPORT_RPC,
- N_("net registry export\n"
+ N_("Export .reg file"),
+ N_("net rpc registry export\n"
" Export .reg file")
},
{NULL, NULL, 0, NULL, NULL}