From: Michael Adam Date: Wed, 16 Feb 2011 10:45:52 +0000 (+0100) Subject: s3:net: fix usage for "net rpc registry export" X-Git-Tag: tevent-0.9.11~599 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbfa5c62b8a539e9cf6e291faaa8d7c90c58a839;p=thirdparty%2Fsamba.git s3:net: fix usage for "net rpc registry export" --- diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c index 32c202357bb..c98fc076553 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}