]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm: Removed -s option from the usage message (according to 66428c763354)
authorPascal Volk <user@localhost.localdomain.org>
Wed, 24 Nov 2010 17:20:33 +0000 (17:20 +0000)
committerPascal Volk <user@localhost.localdomain.org>
Wed, 24 Nov 2010 17:20:33 +0000 (17:20 +0000)
src/doveadm/doveadm.c

index d12d9da40a0f9d1eed2e14a1f61c4b9d566931ec..282d92124a6644b6034447c2336931474e7ec56f 100644 (file)
@@ -93,8 +93,7 @@ usage_to(FILE *out, const char *prefix)
        const struct doveadm_cmd *cmd;
        string_t *str = t_str_new(1024);
 
-       fprintf(out, "usage: doveadm [-Dv] [-f <formatter>] "
-                    "[-s <socket path>] ");
+       fprintf(out, "usage: doveadm [-Dv] [-f <formatter>] ");
        if (*prefix != '\0')
                fprintf(out, "%s ", prefix);
        fprintf(out, "<command> [<args>]\n");