dovecot-2.0: doveadm: Removed -s option from the usage message (...
dovecot at dovecot.org
dovecot at dovecot.org
Wed Nov 24 19:23:15 EET 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/a9bf33946acf
changeset: 12469:a9bf33946acf
user: Pascal Volk <user at localhost.localdomain.org>
date: Wed Nov 24 17:20:33 2010 +0000
description:
doveadm: Removed -s option from the usage message (according to 66428c763354)
diffstat:
src/doveadm/doveadm.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r 0bc3751c6657 -r a9bf33946acf src/doveadm/doveadm.c
--- a/src/doveadm/doveadm.c Tue Nov 23 19:37:56 2010 +0000
+++ b/src/doveadm/doveadm.c Wed Nov 24 17:20:33 2010 +0000
@@ -93,8 +93,7 @@
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");
More information about the dovecot-cvs
mailing list