diff options
author | Michael Adam <obnox@samba.org> | 2011-02-16 11:45:52 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-16 12:56:40 +0100 |
commit | fbfa5c62b8a539e9cf6e291faaa8d7c90c58a839 (patch) | |
tree | ff6d4756672bba03f647ad9494002e4817a27b5f | |
parent | bfa7964da8e69e35b7a156fc4fdba753d7dee1cc (diff) | |
download | samba-fbfa5c62b8a539e9cf6e291faaa8d7c90c58a839.tar.gz samba-fbfa5c62b8a539e9cf6e291faaa8d7c90c58a839.tar.bz2 samba-fbfa5c62b8a539e9cf6e291faaa8d7c90c58a839.zip |
s3:net: fix usage for "net rpc registry export"
-rw-r--r-- | source3/utils/net_rpc_registry.c | 3 |
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} |