X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.c;h=e004c6c5616f24bd45f677519d7148fa5f17995c;hb=3ae8ac6ace7c05ba066aba54a92054eb4232a99d;hp=4232bee7c4e97a93b9ccb81fbc4500c8b3cbbd53;hpb=903fe6398693621484315d30bd8d37de4095f4a5;p=notmuch diff --git a/notmuch.c b/notmuch.c index 4232bee7..e004c6c5 100644 --- a/notmuch.c +++ b/notmuch.c @@ -393,13 +393,17 @@ static command_t commands[] = { "\tSee \"notmuch help search-terms\" for the search-term syntax.\n" }, { "restore", notmuch_restore_command, - "", + "[--accumulate] []", "Restore the tags from the given dump file (see 'dump').", + "\tInput is read from the given filename, if any, or from stdin.\n" "\tNote: The dump file format is specifically chosen to be\n" "\tcompatible with the format of files produced by sup-dump.\n" "\tSo if you've previously been using sup for mail, then the\n" "\t\"notmuch restore\" command provides you a way to import\n" - "\tall of your tags (or labels as sup calls them)." }, + "\tall of your tags (or labels as sup calls them).\n" + "\tThe --accumulate switch causes the union of the existing and new\n" + "\ttags to be applied, instead of replacing each message's tags as\n" + "\tthey are read in from the dump file."}, { "config", notmuch_config_command, "[get|set]
. [value ...]", "Get or set settings in the notmuch configuration file.",