r4311: 'Document' the -L switch when adding groups with "net rpc group".
authorGünther Deschner <gd@samba.org>
Tue, 21 Dec 2004 10:26:59 +0000 (10:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:43 +0000 (10:53 -0500)
Guenther

source/utils/net_help.c

index cc5208b821fe38d6db7c2a1c2e48ff4e125d006c..8286e8532165a1b4137c8f09a2a5c90ed9b09246 100644 (file)
@@ -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;
 }