From fbfa5c62b8a539e9cf6e291faaa8d7c90c58a839 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 16 Feb 2011 11:45:52 +0100 Subject: s3:net: fix usage for "net rpc registry export" --- source3/utils/net_rpc_registry.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3') 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} -- cgit