Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: man/
Date: Sun, 01 Sep 2019 19:03:36
Message-Id: 1567362550.636ca48fa524efe5c0d1b69e35e86a422e6d4be1.zmedico@gentoo
1 commit: 636ca48fa524efe5c0d1b69e35e86a422e6d4be1
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 1 16:07:40 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 1 18:29:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=636ca48f
7
8 glsa-check: update man page with -r option
9
10 Also remove duplicate --quiet documentation.
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 man/glsa-check.1 | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/man/glsa-check.1 b/man/glsa-check.1
19 index bb15cf5a9..23b5e9d94 100644
20 --- a/man/glsa-check.1
21 +++ b/man/glsa-check.1
22 @@ -1,4 +1,4 @@
23 -.TH "GLSA\-CHECK" "1" "August 2019" "Portage VERSION" "Portage"
24 +.TH "GLSA\-CHECK" "1" "September 2019" "Portage VERSION" "Portage"
25 .
26 .SH "NAME"
27 \fBglsa\-check\fR \- Tool to locally monitor and manage GLSAs
28 @@ -37,9 +37,6 @@
29 \fBV\fR, \fB\-\-version\fR Show information about \fBglsa\-check\fR\.
30 .
31 .P
32 -\fB\-q\fR, \fB\-\-quiet\fR Be less verbose and do not send empty mail\.
33 -.
34 -.P
35 \fB\-v\fR, \fB\-\-verbose\fR Print more messages\.
36 .
37 .P
38 @@ -51,6 +48,9 @@
39 .P
40 \fB\-m\fR, \fB\-\-mail\fR Send a mail with the given GLSAs to the administrator\.
41 .
42 +.P
43 +\fB\-r\fR, \fB\-\-reverse\fR List GLSAs in reverse order
44 +.
45 .SH "EXAMPLES"
46 \fBglsa\-check \-t all\fR Test the system against all GLSAs in the GLSA repository\.
47 .