From: Günther Deschner Date: Tue, 21 Dec 2004 10:26:59 +0000 (+0000) Subject: r4311: 'Document' the -L switch when adding groups with "net rpc group". X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5465 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4eec06b461c295f90c2ec01a0eef1e173eab22b3;p=thirdparty%2Fsamba.git r4311: 'Document' the -L switch when adding groups with "net rpc group". Guenther --- 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; }