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-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF 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 91BBD1FA19 for ; Thu, 3 Nov 2022 00:48:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1667436519; bh=KiO9CxYlD+bJgDxaNsi9AuhoUlv5GFTufXQKoospIyE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cd2Tzwk70i0AizTrTryKUnFD4JHJs8XVzoj7idd1bYOfrQWSj+bXWzP6XcbjAFxAg vKjOWGG6xl39AIveokY88R377EpNNHRkRcoea5ouLgB9NZ43oQMo3LK0U6sloRHXFh DBPhIX7gdllvWfWi/ivlcQXJ1ZVt8fkfi7ucmT3U= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 2/6] doc: lei: improve description of *-search commands Date: Thu, 3 Nov 2022 00:48:34 +0000 Message-Id: <20221103004838.26331-3-e@80x24.org> In-Reply-To: <20221103004838.26331-1-e@80x24.org> References: <20221103004838.26331-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The `OUTPUT' use may not be immediately apparent, clarify that it's from `lei q'. --- Documentation/lei-edit-search.pod | 6 ++++-- Documentation/lei-forget-search.pod | 4 +++- Documentation/lei-ls-search.pod | 5 +++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Documentation/lei-edit-search.pod b/Documentation/lei-edit-search.pod index 21cb11aa..7f447ca2 100644 --- a/Documentation/lei-edit-search.pod +++ b/Documentation/lei-edit-search.pod @@ -8,7 +8,9 @@ lei edit-search [OPTIONS] OUTPUT =head1 DESCRIPTION -Invoke C to edit the saved search at C. +Invoke C to edit the saved search at C, +where C was supplied for argument of C +A listing of outputs is available via C. =head1 CONTACT @@ -19,7 +21,7 @@ and L +Copyright all contributors L License: AGPL-3.0+ L diff --git a/Documentation/lei-forget-search.pod b/Documentation/lei-forget-search.pod index adbe7638..5ff526f1 100644 --- a/Documentation/lei-forget-search.pod +++ b/Documentation/lei-forget-search.pod @@ -8,7 +8,9 @@ lei forget-search [OPTIONS] OUTPUT =head1 DESCRIPTION -Forget a saved search at C. +Forget a saved search at C, +where C was supplied for argument of C +A listing of outputs is available via C. =head1 OPTIONS diff --git a/Documentation/lei-ls-search.pod b/Documentation/lei-ls-search.pod index a56611bf..0fe4b759 100644 --- a/Documentation/lei-ls-search.pod +++ b/Documentation/lei-ls-search.pod @@ -8,7 +8,8 @@ lei ls-search [OPTIONS] [PREFIX] =head1 DESCRIPTION -List saved search queries. If C is given, restrict the output +List saved search queries (generated from C). +If C is given, restrict the output to entries that start with the specified value. =head1 OPTIONS @@ -55,7 +56,7 @@ and L +Copyright all contributors L License: AGPL-3.0+ L