From a40d5074aa275aad77629e2854b63339ed84aa80 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 21 Dec 2004 10:26:59 +0000 Subject: r4311: 'Document' the -L switch when adding groups with "net rpc group". Guenther (This used to be commit 4eec06b461c295f90c2ec01a0eef1e173eab22b3) --- source3/utils/net_help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/utils/net_help.c') 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=\tdescriptive comment (for add only)\n"); d_printf("\t-c or --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; } -- cgit