r1720: Show correct help for net groupmap commands.
authorGünther Deschner <gd@samba.org>
Wed, 11 Aug 2004 09:32:32 +0000 (09:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:19 +0000 (10:52 -0500)
Guenther
(This used to be commit 3677c6a8f67628d5bea0764f84e624730d57b423)

source3/utils/net_groupmap.c

index a3a13e1dd88efda2c7544cf475e12e40bf7ab383..0ad1d519531c3c9267fc3cac9010a73e94200081 100644 (file)
@@ -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");