s3: Fix a typo in dump-domain-list smbcontrol usage msg
authorVolker Lendecke <vl@samba.org>
Thu, 30 Sep 2010 13:17:09 +0000 (15:17 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 30 Sep 2010 11:17:45 +0000 (13:17 +0200)
source3/utils/smbcontrol.c

index f8b359d99f0c9e1d7c153a67bb93d94717f1c711..e24add00507e5e7801c84ac659212aaeccb284da 100644 (file)
@@ -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;
        }