From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 8428F1F4B4; Thu, 24 Dec 2020 03:28:50 +0000 (UTC) Date: Thu, 24 Dec 2020 03:28:49 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH] index: update [extindex "all"] by default, support -E Message-ID: References: <20201223230255.30404-1-e@80x24.org> <87h7ocggye.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87h7ocggye.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Eric Wong writes: > > > +=item --update-extindex=EXTINDEX, -E > > + > > +Update the given external index (L. > > +Either the configured section name (e.g. C) or a directory name > > +may be specified. > > + > > +Defaults to C if C<[extindex "all"]> is configured, > > +otherwise no external indices are updated. > > + > > +May be specified multiple times in rare cases multiple external > > +indices are configured. > > s/cases/& where/ ? I guess, though I think "when" works, too, but maybe "where" sounds better *shrug* diff --git a/Documentation/public-inbox-index.pod b/Documentation/public-inbox-index.pod index 2c34aabc..2d5df930 100644 --- a/Documentation/public-inbox-index.pod +++ b/Documentation/public-inbox-index.pod @@ -171,8 +171,8 @@ may be specified. Defaults to C if C<[extindex "all"]> is configured, otherwise no external indices are updated. -May be specified multiple times in rare cases multiple external -indices are configured. +May be specified multiple times in rare cases where multiple +external indices are configured. =item --no-update-extindex