The branch, master has been updated
       via  d583df1 Fix bug #8687 - net memberships usage info is wrong
      from  f994f0a Fix the local-memcache test for 64-bit

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d583df12056f29bb2582691494ea887dcfe28b4a
Author: Jeremy Allison <[email protected]>
Date:   Thu Jan 5 13:54:29 2012 -0800

    Fix bug #8687 - net memberships usage info is wrong
    
    Typo in usage.
    
    Autobuild-User: Jeremy Allison <[email protected]>
    Autobuild-Date: Fri Jan  6 00:30:20 CET 2012 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/net_groupmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_groupmap.c b/source3/utils/net_groupmap.c
index f6802f2..fe9c8c1 100644
--- a/source3/utils/net_groupmap.c
+++ b/source3/utils/net_groupmap.c
@@ -893,7 +893,7 @@ static int net_groupmap_memberships(struct net_context *c, 
int argc, const char
             !string_to_sid(&member, argv[0]) ) {
                d_printf("%s\n%s",
                         _("Usage:"),
-                        _("net groupmap memberof sid\n"));
+                        _("net groupmap memberships sid\n"));
                return -1;
        }
 


-- 
Samba Shared Repository

Reply via email to