]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm director status: "users" column header was wrong.
authorTimo Sirainen <tss@iki.fi>
Sun, 11 Jul 2010 23:17:18 +0000 (00:17 +0100)
committerTimo Sirainen <tss@iki.fi>
Sun, 11 Jul 2010 23:17:18 +0000 (00:17 +0100)
src/doveadm/doveadm-director.c

index c86c245cf9a9aa741f7939c24283e51fe33fafe8..da3d7dfdd3b430a0df1a4e840c4794499695bfee 100644 (file)
@@ -125,7 +125,7 @@ static void cmd_director_status(int argc, char *argv[])
        doveadm_print_header_simple("mail server ip");
        doveadm_print_header("vhosts", "vhosts",
                             DOVEADM_PRINT_HEADER_FLAG_RIGHT_JUSTIFY);
-       doveadm_print_header("users", "vhosts",
+       doveadm_print_header("users", "users",
                             DOVEADM_PRINT_HEADER_FLAG_RIGHT_JUSTIFY);
 
        director_send(ctx, "HOST-LIST\n");