From 4eec06b461c295f90c2ec01a0eef1e173eab22b3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 21 Dec 2004 10:26:59 +0000 Subject: [PATCH] r4311: 'Document' the -L switch when adding groups with "net rpc group". Guenther --- source/utils/net_help.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/utils/net_help.c b/source/utils/net_help.c index cc5208b821f..8286e853216 100644 --- a/source/utils/net_help.c +++ b/source/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; } -- 2.47.3