The branch, v3-6-test has been updated
       via  91c4dff s3: Fix a typo in dump-domain-list smbcontrol usage msg
      from  237799d s3: Attempt to fix bug 7518

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 91c4dfff2546b00f2235619239cbf89ff8c53200
Author: Volker Lendecke <[email protected]>
Date:   Thu Sep 30 15:17:09 2010 +0200

    s3: Fix a typo in dump-domain-list smbcontrol usage msg

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c
index 7b4cc28..11ac522 100644
--- a/source3/utils/smbcontrol.c
+++ b/source3/utils/smbcontrol.c
@@ -1016,7 +1016,7 @@ static bool do_winbind_dump_domain_list(struct 
messaging_context *msg_ctx,
        myid = procid_self();
 
        if (argc < 1 || argc > 2) {
-               fprintf(stderr, "Usage: smbcontrol <dest> dump_domain_list "
+               fprintf(stderr, "Usage: smbcontrol <dest> dump-domain-list "
                        "<domain>\n");
                return false;
        }


-- 
Samba Shared Repository

Reply via email to