]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync: Usage had wrong -a parameter.
authorTimo Sirainen <tss@iki.fi>
Wed, 31 Mar 2010 16:24:23 +0000 (19:24 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 31 Mar 2010 16:24:23 +0000 (19:24 +0300)
--HG--
branch : HEAD

src/dsync/dsync.c

index 108b2e79aea77539c39f552d68878a18402a1cb2..ff3aa89f8fd9827c6c0419ea096a3e4d41330569 100644 (file)
@@ -59,7 +59,7 @@ static void ATTR_NORETURN
 usage(void)
 {
        fprintf(stderr,
-"usage: dsync [-a <alt char>] [-b <mailbox>] [-u <user>] [-frv]\n"
+"usage: dsync [-A <alt char>] [-b <mailbox>] [-u <user>] [-frv]\n"
 "  mirror  <command to execute remote dsync>\n"
 "  convert <source mail_location>\n"
 );