Kyle Meyer <[email protected]> wrote: > Eric Wong writes: > > > +Use an alternate location for the remote manifest.js.gz file. > > +This mah be specified as a full absolute URL (e.g > > typo: may
Thanks, pushed as b192069672eb5e9de3fdd07064a9c9231390d584 ------8<----- Subject: [PATCH] doc: clone: fix typo in --remote-manifest= description Reported-by: Kyle Meyer <[email protected]> Link: https://public-inbox.org/meta/[email protected]/ --- Documentation/public-inbox-clone.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod index 90359f5a..7def14ef 100644 --- a/Documentation/public-inbox-clone.pod +++ b/Documentation/public-inbox-clone.pod @@ -132,7 +132,7 @@ This is a new option in public-inbox 2.0+ =item --remote-manifest=URL|RELATIVE_PATH Use an alternate location for the remote manifest.js.gz file. -This mah be specified as a full absolute URL (e.g +This may be specified as a full absolute URL (e.g C<--remote-manifest=https://80x24.org/lore/pub/manifest.js.gz>), or a pathname relative to the ROOT_URL (e.g C<--remote-manifest=pub/manifest.js.gz> when ROOT_URL is
