svn commit: samba r6943 - in branches/SAMBA_3_0/source/utils: .

jerry at samba.org jerry at samba.org
Mon May 23 16:28:28 GMT 2005


Author: jerry
Date: 2005-05-23 16:28:28 +0000 (Mon, 23 May 2005)
New Revision: 6943

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6943

Log:
missed in last sync
Modified:
   branches/SAMBA_3_0/source/utils/net_rpc.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_rpc.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc.c	2005-05-23 16:25:31 UTC (rev 6942)
+++ branches/SAMBA_3_0/source/utils/net_rpc.c	2005-05-23 16:28:28 UTC (rev 6943)
@@ -5485,7 +5485,7 @@
 {
 	d_printf("  net rpc info \t\t\tshow basic info about a domain \n");
 	d_printf("  net rpc join \t\t\tto join a domain \n");
-	d_printf("  net rpc oldjoin \t\t\tto join a domain created in server manager\n\n\n");
+	d_printf("  net rpc oldjoin \t\t\tto join a domain created in server manager\n");
 	d_printf("  net rpc testjoin \t\ttests that a join is valid\n");
 	d_printf("  net rpc user \t\t\tto add, delete and list users\n");
 	d_printf("  net rpc password <username> [<password>] -Uadmin_username%%admin_pass\n");
@@ -5501,6 +5501,7 @@
 	d_printf("  net rpc abortshutdown \tto abort the shutdown of a remote server\n");
 	d_printf("  net rpc shutdown \t\tto shutdown a remote server\n");
 	d_printf("  net rpc rights\t\tto manage privileges assigned to SIDs\n");
+	d_printf("  net rpc registry\t\tto manage registry hives\n");
 	d_printf("\n");
 	d_printf("'net rpc shutdown' also accepts the following miscellaneous options:\n"); /* misc options */
 	d_printf("\t-r or --reboot\trequest remote server reboot on shutdown\n");
@@ -5571,6 +5572,7 @@
 		{"getsid", net_rpc_getsid},
 		{"rights", net_rpc_rights},
 		{"service", net_rpc_service},
+		{"registry", net_rpc_registry},
 		{"help", net_rpc_help},
 		{NULL, NULL}
 	};



More information about the samba-cvs mailing list