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=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 780E51F9FE for ; Thu, 11 Feb 2021 04:04:36 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1613016275; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7ekrmJ7uGbe48Cv0fp5YqTX+OuClcppMgrw5NUGFR28=; b=LU4SYdaC5WuF1adKf29CKUJSDW5o1rk9KQPiJBYnwev4U4jYusCQIEaCcTPpTetxVTvDEt WkyFp2p+ge83ctQdfMD+D3NzVLiGDff470CMiRa9ILXtmXjk1bQq2+fdH+iBIDSWIlM0fr MiMP1PSzvIrnC++0COm40hK4aY3iEO6eCr7HyIzLxyuO5gXri7z3vMVJchl99GBf7nTmfP 08iWxwMoIb0riJg8uRGgdtBvuYlS6rW/kJ5zLqlLF2scddQ6QQFFcbcHsLWDQtR/1uy/yi rjELqtwznSTO0CqoYCVrE1PHZhiy5ClVI/15Hs7ax8eeXnYXxjxlg0+uQcqnQQ== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 2/4] doc: lei: prefer 'location' and 'dirname' Date: Wed, 10 Feb 2021 23:04:13 -0500 Message-Id: <20210211040415.28557-3-kyle@kyleam.com> In-Reply-To: <20210211040415.28557-1-kyle@kyleam.com> References: <20210211040415.28557-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: This follows the help output change in 52342875 (lei help: split out into separate file, 2021-02-06). --- Documentation/lei-add-external.pod | 4 ++-- Documentation/lei-forget-external.pod | 2 +- Documentation/lei-init.pod | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/lei-add-external.pod b/Documentation/lei-add-external.pod index dd87be62..ebefb4cf 100644 --- a/Documentation/lei-add-external.pod +++ b/Documentation/lei-add-external.pod @@ -4,12 +4,12 @@ lei-add-external - add inbox or external index =head1 SYNOPSIS -lei add-external [OPTIONS] URL_OR_PATHNAME +lei add-external [OPTIONS] LOCATION =head1 DESCRIPTION Configure lei to search against an external (an inbox or external -index). When C is a local path, it should point to a +index). When C is a local path, it should point to a directory that is a C.inboxdir> or C.topdir> value in ~/.public-inbox/config. diff --git a/Documentation/lei-forget-external.pod b/Documentation/lei-forget-external.pod index 40287bd3..3ad6bd45 100644 --- a/Documentation/lei-forget-external.pod +++ b/Documentation/lei-forget-external.pod @@ -4,7 +4,7 @@ lei-forget-external - forget external locations =head1 SYNOPSIS -lei forget-external [OPTIONS] URL_OR_PATHNAME [URL_OR_PATHNAME...] +lei forget-external [OPTIONS] LOCATION [LOCATION...] =head1 DESCRIPTION diff --git a/Documentation/lei-init.pod b/Documentation/lei-init.pod index 8a8022fb..bc687f72 100644 --- a/Documentation/lei-init.pod +++ b/Documentation/lei-init.pod @@ -4,11 +4,11 @@ lei-init - initialize storage =head1 SYNOPSIS -lei init [OPTIONS] [PATHNAME] +lei init [OPTIONS] [DIRNAME] =head1 DESCRIPTION -Initialize local writable storage for L. If C is +Initialize local writable storage for L. If C is unspecified, the storage is created at C<$XDG_DATA_HOME/lei/store>. C in C<$XDG_CONFIG_HOME/lei/config> records this location. -- 2.30.0