From: Günther Deschner Date: Wed, 11 Aug 2004 09:32:32 +0000 (+0000) Subject: r1720: Show correct help for net groupmap commands. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5929 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3677c6a8f67628d5bea0764f84e624730d57b423;p=thirdparty%2Fsamba.git r1720: Show correct help for net groupmap commands. Guenther --- diff --git a/source/utils/net_groupmap.c b/source/utils/net_groupmap.c index a3a13e1dd88..0ad1d519531 100644 --- a/source/utils/net_groupmap.c +++ b/source/utils/net_groupmap.c @@ -712,11 +712,11 @@ int net_help_groupmap(int argc, const char **argv) "\n Update a group mapping\n"); d_printf("net groupmap delete"\ "\n Remove a group mapping\n"); - d_printf("net groupmap addmember"\ + d_printf("net groupmap addmem"\ "\n Add a foreign alias member\n"); - d_printf("net groupmap delmember"\ + d_printf("net groupmap delmem"\ "\n Delete a foreign alias member\n"); - d_printf("net groupmap listmembers"\ + d_printf("net groupmap listmem"\ "\n List foreign group members\n"); d_printf("net groupmap memberships"\ "\n List foreign group memberships\n");