svn commit: samba r16345 - branches/SAMBA_3_0/source/utils trunk/source/utils

gd at samba.org gd at samba.org
Mon Jun 19 10:01:03 GMT 2006


Author: gd
Date: 2006-06-19 10:01:02 +0000 (Mon, 19 Jun 2006)
New Revision: 16345

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

Log:
Improve the chance that our users can discover one of the coolest 'net'
features.

Guenther

Modified:
   branches/SAMBA_3_0/source/utils/net_rpc.c
   trunk/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	2006-06-19 09:54:00 UTC (rev 16344)
+++ branches/SAMBA_3_0/source/utils/net_rpc.c	2006-06-19 10:01:02 UTC (rev 16345)
@@ -6665,6 +6665,7 @@
 	d_printf("  net rpc registry\t\tto manage registry hives\n");
 	d_printf("  net rpc service\t\tto start, stop and query services\n");
 	d_printf("  net rpc audit\t\t\tto modify global auditing settings\n");
+	d_printf("  net rpc shell\t\t\tto open an interactive shell for remote server/account management\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");

Modified: trunk/source/utils/net_rpc.c
===================================================================
--- trunk/source/utils/net_rpc.c	2006-06-19 09:54:00 UTC (rev 16344)
+++ trunk/source/utils/net_rpc.c	2006-06-19 10:01:02 UTC (rev 16345)
@@ -6665,6 +6665,7 @@
 	d_printf("  net rpc registry\t\tto manage registry hives\n");
 	d_printf("  net rpc service\t\tto start, stop and query services\n");
 	d_printf("  net rpc audit\t\t\tto modify global auditing settings\n");
+	d_printf("  net rpc shell\t\t\tto open an interactive shell for remote server/account management\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");



More information about the samba-cvs mailing list