x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit e60f39703422b80be3975c3755648efb35cea15a
parent 11613bf6f46400bef8458911489120bcae43b645
Author: Oliver Lowe <o@olowe.co>
Date:   Tue, 18 Jul 2023 19:24:31 +1000

lemmyverse: use find, not search

search kinda implies we search the contents of lemmy communities.
But what we're really doing is finding lemmy communities.

Diffstat:
Mman/lemmyverse.1 | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/lemmyverse.1 b/man/lemmyverse.1 @@ -2,13 +2,13 @@ .Dt LEMMYVERSE 1 .Sh NAME .Nm lemmyverse -.Nd search lemmy communities +.Nd find lemmy communities .Sh SYNOPSIS .Nm .Ar pattern .Sh DESCRIPTION .Nm -searches Lemmy communities indexed by +finds Lemmy communities indexed by .Pa lemmyverse.net using the given regular expression as interpreted by .Xr grep 1 . @@ -35,7 +35,7 @@ Community database from lemmyverse.net. uses the following environment variables: .Bl -tag -width Ds .It Ev XDG_CACHE_DIR -The directory to store the community database and index. +The directory to store the community database. If unset, .Pa $HOME/.cache/lemmyverse is used.