dovecot-2.0: doveadm: Added -s parameter to the usage message.
dovecot at dovecot.org
dovecot at dovecot.org
Tue Nov 23 19:06:50 EET 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/9c2e49d13fd3
changeset: 12463:9c2e49d13fd3
user: Pascal Volk <user at localhost.localdomain.org>
date: Tue Nov 23 17:04:07 2010 +0000
description:
doveadm: Added -s parameter to the usage message.
diffstat:
src/doveadm/doveadm.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 16338d5462ba -r 9c2e49d13fd3 src/doveadm/doveadm.c
--- a/src/doveadm/doveadm.c Tue Nov 23 17:05:04 2010 +0000
+++ b/src/doveadm/doveadm.c Tue Nov 23 17:04:07 2010 +0000
@@ -93,7 +93,8 @@
const struct doveadm_cmd *cmd;
string_t *str = t_str_new(1024);
- fprintf(out, "usage: doveadm [-Dv] [-f <formatter>] ");
+ fprintf(out, "usage: doveadm [-Dv] [-f <formatter>] "
+ "[-s <socket path>] ");
if (*prefix != '\0')
fprintf(out, "%s ", prefix);
fprintf(out, "<command> [<args>]\n");
More information about the dovecot-cvs
mailing list