Štěpán Němec <step...@smrk.net> wrote:
> Eric Wong wrote:
> > +++ b/Documentation/public-inbox-extindex.pod
> > @@ -47,6 +47,20 @@ C<indexlevel> set to C<basic> and their respective Xapian
> >  public-inboxes where cross-posting is common, this allows
> >  significant space savings on Xapian indices.
> >  
> > +=item --dedupe=MSGID
> > +
> > +=item --dedupe
> > +
> > +Rerun deduplication on messages of a Message-IDs or all messages
>                                    ^^^^^^^^^^^^^^^^
> "with the given Message-ID"?  (or just drop the trailing "s")

Yes, the former, thanks.

I'm also wondering if it's necessary to have a blurb about NOT
supporting comma-delimited Message-IDs on the CLI, since some
strange Message-IDs may have a comma in them.

Anyways, I'll squash something like this in:

diff --git a/Documentation/public-inbox-extindex.pod 
b/Documentation/public-inbox-extindex.pod
index 361eb43f..3a2911e2 100644
--- a/Documentation/public-inbox-extindex.pod
+++ b/Documentation/public-inbox-extindex.pod
@@ -51,9 +51,9 @@ significant space savings on Xapian indices.
 
 =item --dedupe
 
-Rerun deduplication on messages of a Message-IDs or all messages
-if no Message-ID is specified.  Deduplication rules may change
-and evolve over time, especially if filters are involved.
+Rerun deduplication on messages of with the given Message-ID or
+all messages if no Message-ID is specified.  Deduplication rules may
+change and evolve over time, especially if filters are involved.
 
 C<--dedupe=MSGID> may be specified multiple times to deduplicate
 multiple Message-IDs.

Reply via email to