dovecot-2.0: doveadm: Updated usage text.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Thu Apr 29 00:23:56 EEST 2010
    
    
  
details:   http://hg.dovecot.org/dovecot-2.0/rev/541344dd60a7
changeset: 11211:541344dd60a7
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Apr 29 00:23:54 2010 +0300
description:
doveadm: Updated usage text.
diffstat:
 src/doveadm/doveadm.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 8e3b8efa195e -r 541344dd60a7 src/doveadm/doveadm.c
--- a/src/doveadm/doveadm.c	Thu Apr 29 00:19:00 2010 +0300
+++ b/src/doveadm/doveadm.c	Thu Apr 29 00:23:54 2010 +0300
@@ -28,7 +28,7 @@
 {
 	const struct doveadm_cmd *cmd;
 
-	fprintf(stderr, "usage: doveadm\n");
+	fprintf(stderr, "usage: doveadm [-Dv] <command> [<args>]\n");
 
 	array_foreach(&doveadm_cmds, cmd) {
 		fprintf(stderr, USAGE_CMDNAME_FMT" %s\n",
    
    
More information about the dovecot-cvs
mailing list