svn commit: samba r23593 - in branches: SAMBA_3_0/source/utils SAMBA_3_0_26/source/utils

obnox at samba.org obnox at samba.org
Fri Jun 22 22:37:10 GMT 2007


Author: obnox
Date: 2007-06-22 22:37:07 +0000 (Fri, 22 Jun 2007)
New Revision: 23593

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

Log:
Mention "net conf" in top level net usage.

Michael


Modified:
   branches/SAMBA_3_0/source/utils/net_help.c
   branches/SAMBA_3_0_26/source/utils/net_help.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_help.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_help.c	2007-06-22 22:30:01 UTC (rev 23592)
+++ branches/SAMBA_3_0/source/utils/net_help.c	2007-06-22 22:37:07 UTC (rev 23593)
@@ -234,8 +234,9 @@
 		 "  net changesecretpw\tto change the machine password in the local secrets database only\n"\
 		 "                    \tthis requires the -f flag as a safety barrier\n"\
 		 "  net status\t\tShow server status\n"\
-		"  net usersidlist\tto get a list of all users with their SIDs\n"
-		"  net usershare\t\tto add, delete and list locally user-modifiable shares\n"
+		 "  net usersidlist\tto get a list of all users with their SIDs\n"
+		 "  net usershare\t\tto add, delete and list locally user-modifiable shares\n"
+		 "  net conf\t\tto view and edit samba's registry based configuration\n"
 		 "\n"\
 		 "  net ads <command>\tto run ADS commands\n"\
 		 "  net rap <command>\tto run RAP (pre-RPC) commands\n"\

Modified: branches/SAMBA_3_0_26/source/utils/net_help.c
===================================================================
--- branches/SAMBA_3_0_26/source/utils/net_help.c	2007-06-22 22:30:01 UTC (rev 23592)
+++ branches/SAMBA_3_0_26/source/utils/net_help.c	2007-06-22 22:37:07 UTC (rev 23593)
@@ -234,8 +234,9 @@
 		 "  net changesecretpw\tto change the machine password in the local secrets database only\n"\
 		 "                    \tthis requires the -f flag as a safety barrier\n"\
 		 "  net status\t\tShow server status\n"\
-		"  net usersidlist\tto get a list of all users with their SIDs\n"
-		"  net usershare\t\tto add, delete and list locally user-modifiable shares\n"
+		 "  net usersidlist\tto get a list of all users with their SIDs\n"
+		 "  net usershare\t\tto add, delete and list locally user-modifiable shares\n"
+		 "  net conf\t\tto view and edit samba's registry based configuration\n"
 		 "\n"\
 		 "  net ads <command>\tto run ADS commands\n"\
 		 "  net rap <command>\tto run RAP (pre-RPC) commands\n"\



More information about the samba-cvs mailing list