diff options
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r-- | source3/utils/net_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index c688beef72..059da4740b 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -93,6 +93,7 @@ int net_help_group(int argc, const char **argv) "\n\tDelete specified group\n"); d_printf("\nnet [<method>] group ADD <name> [-C comment] [-c container]"\ " [misc. options] [targets]\n\tCreate specified group\n"); + d_printf("\nnet rpc group MEMBERS <name>\n\tList Group Members\n\n"); net_common_methods_usage(argc, argv); net_common_flags_usage(argc, argv); d_printf("\t-C or --comment=<comment>\tdescriptive comment (for add only)\n"); |