commit 48038fede11a3b6e45e1b709ac6204ebf4120a9a
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Wed Jul 1 18:25:45 2020 +0200

    mention --remove in --help output
    
    amends d9a983a.

 src/main.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c
index eadd81f..9dbb116 100644
--- a/src/main.c
+++ b/src/main.c
@@ -77,7 +77,8 @@ PACKAGE " " VERSION " - mailbox synchronizer\n"
 "  -N, --renew         propagate previously not propagated new messages\n"
 "  -L, --pull          propagate from master to slave\n"
 "  -H, --push          propagate from slave to master\n"
-"  -C, --create                create mailboxes if nonexistent\n"
+"  -C, --create                propagate creations of mailboxes\n"
+"  -R, --remove                propagate deletions of mailboxes\n"
 "  -X, --expunge               expunge deleted messages\n"
 "  -c, --config CONFIG read an alternate config file (default: ~/." EXE "rc)\n"
 "  -D, --debug         debugging modes (see manual)\n"
@@ -88,7 +89,8 @@ PACKAGE " " VERSION " - mailbox synchronizer\n"
 "\nIf neither --pull nor --push are specified, both are active.\n"
 "If neither --new, --delete, --flags nor --renew are specified, all are 
active.\n"
 "Direction and operation can be concatenated like --pull-new, etc.\n"
-"--create and --expunge can be suffixed with -master/-slave. Read the man 
page.\n"
+"--create, --remove, and --expunge can be suffixed with -master/-slave.\n"
+"See the man page for details.\n"
 "\nSupported mailbox formats are: IMAP4rev1, Maildir\n"
 "\nCompile time options:\n"
 #ifdef HAVE_LIBSSL


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to