[SCM] Samba Shared Repository - branch v3-6-test updated

Michael Adam obnox at samba.org
Mon Feb 28 03:52:23 MST 2011


The branch, v3-6-test has been updated
       via  3c49c06 s3:net: fix usage for "net rpc registry export"
      from  5be9183 s3: Fix a debug message

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 3c49c06cb15acf26233d8c5c3427e0318b9c5681
Author: Michael Adam <obnox at samba.org>
Date:   Wed Feb 16 11:45:52 2011 +0100

    s3:net: fix usage for "net rpc registry export"

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/net_rpc_registry.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_rpc_registry.c b/source3/utils/net_rpc_registry.c
index 32c2023..c98fc07 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}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list