svn commit: samba r10248 - in trunk/source/utils: .

jmcd at samba.org jmcd at samba.org
Thu Sep 15 20:41:25 GMT 2005


Author: jmcd
Date: 2005-09-15 20:41:25 +0000 (Thu, 15 Sep 2005)
New Revision: 10248

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

Log:
Fix help text for net rpc shutdown

Modified:
   trunk/source/utils/net_rpc.c


Changeset:
Modified: trunk/source/utils/net_rpc.c
===================================================================
--- trunk/source/utils/net_rpc.c	2005-09-15 20:39:57 UTC (rev 10247)
+++ trunk/source/utils/net_rpc.c	2005-09-15 20:41:25 UTC (rev 10248)
@@ -6121,7 +6121,7 @@
 	d_printf("\t-r or --reboot\trequest remote server reboot on shutdown\n");
 	d_printf("\t-f or --force\trequest the remote server force its shutdown\n");
 	d_printf("\t-t or --timeout=<timeout>\tnumber of seconds before shutdown\n");
-	d_printf("\t-c or --comment=<message>\ttext message to display on impending shutdown\n");
+	d_printf("\t-C or --comment=<message>\ttext message to display on impending shutdown\n");
 	return -1;
 }
 



More information about the samba-cvs mailing list