summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-12-21 10:26:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:43 -0500
commita40d5074aa275aad77629e2854b63339ed84aa80 (patch)
tree142d28d3b1efee727ce249280c836f91b0d0bccc /source3/utils/net_help.c
parentebeddee6a1341b25a68fe7dd4983becf91d760b7 (diff)
downloadsamba-a40d5074aa275aad77629e2854b63339ed84aa80.tar.gz
samba-a40d5074aa275aad77629e2854b63339ed84aa80.tar.bz2
samba-a40d5074aa275aad77629e2854b63339ed84aa80.zip
r4311: 'Document' the -L switch when adding groups with "net rpc group".
Guenther (This used to be commit 4eec06b461c295f90c2ec01a0eef1e173eab22b3)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index cc5208b821..8286e85321 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -100,6 +100,7 @@ int net_help_group(int argc, const char **argv)
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;
}