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

gd at samba.org gd at samba.org
Tue Dec 21 10:26:59 GMT 2004


Author: gd
Date: 2004-12-21 10:26:59 +0000 (Tue, 21 Dec 2004)
New Revision: 4311

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

Log:
'Document' the -L switch when adding groups with "net rpc group".

Guenther

Modified:
   branches/SAMBA_3_0/source/utils/net_help.c
   trunk/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	2004-12-21 10:05:02 UTC (rev 4310)
+++ branches/SAMBA_3_0/source/utils/net_help.c	2004-12-21 10:26:59 UTC (rev 4311)
@@ -100,6 +100,7 @@
 	net_common_flags_usage(argc, argv);
 	d_printf("\t-C or --comment=<comment>\tdescriptive comment (for add only)\n");
 	d_printf("\t-c or --container=<container>\tLDAP container, defaults to cn=Users (for add in ADS only)\n");
+	d_printf("\t-L or --localgroup\t\tWhen adding groups, create a local group (alias)\n");
 	return -1;
 }
 

Modified: trunk/source/utils/net_help.c
===================================================================
--- trunk/source/utils/net_help.c	2004-12-21 10:05:02 UTC (rev 4310)
+++ trunk/source/utils/net_help.c	2004-12-21 10:26:59 UTC (rev 4311)
@@ -100,6 +100,7 @@
 	net_common_flags_usage(argc, argv);
 	d_printf("\t-C or --comment=<comment>\tdescriptive comment (for add only)\n");
 	d_printf("\t-c or --container=<container>\tLDAP container, defaults to cn=Users (for add in ADS only)\n");
+	d_printf("\t-L or --localgroup\t\tWhen adding groups, create a local group (alias)\n");
 	return -1;
 }
 



More information about the samba-cvs mailing list