[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Sep 30 05:17:30 MDT 2010


The branch, master has been updated
       via  c7c4d84 s3: Fix a typo in dump-domain-list smbcontrol usage msg
      from  6eee95a s4-selftest: Add some more comments to skip file.

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


- Log -----------------------------------------------------------------
commit c7c4d84550c7feafb1de83e3b0dcc11c3fa220df
Author: Volker Lendecke <vl at samba.org>
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 f8b359d..e24add0 100644
--- a/source3/utils/smbcontrol.c
+++ b/source3/utils/smbcontrol.c
@@ -1026,7 +1026,7 @@ static bool do_winbind_dump_domain_list(struct messaging_context *msg_ctx,
 	myid = messaging_server_id(msg_ctx);
 
 	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


More information about the samba-cvs mailing list