]> Sergey Matveev's repositories - public-inbox.git/blob - Documentation/lei-up.pod
doc lei: add manpages for new commands
[public-inbox.git] / Documentation / lei-up.pod
1 =head1 NAME
2
3 lei-up - update a saved search
4
5 =head1 SYNOPSIS
6
7 lei up [OPTIONS] OUTPUT
8
9 lei up [OPTIONS] --all=TYPE
10
11 =head1 DESCRIPTION
12
13 Update the saved search at C<OUTPUT> or all saved searches of C<TYPE>
14 (currently C<local> is the only supported value).
15
16 =head1 OPTIONS
17
18 The following options, described in L<lei-q(1)>, are supported.
19
20 =over
21
22 =item --lock=METHOD
23
24 =item --alert=CMD
25
26 =item --mua=CMD
27
28 This option is incompatible with C<--all>.
29
30 =back
31
32 =head1 CONTACT
33
34 Feedback welcome via plain-text mail to L<mailto:meta@public-inbox.org>
35
36 The mail archives are hosted at L<https://public-inbox.org/meta/>
37 and L<http://hjrcffqmbrq6wope.onion/meta/>
38
39 =head1 COPYRIGHT
40
41 Copyright 2021 all contributors L<mailto:meta@public-inbox.org>
42
43 License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
44
45 =head1 SEE ALSO
46
47 L<lei-q(1)>, L<lei-ls-search(1)>, L<lei-edit-search(1)>,
48 L<lei-forget-search(1)>