From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EFCB138335 for ; Sun, 1 Sep 2019 19:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45E59E089F; Sun, 1 Sep 2019 19:03:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 307A9E089F for ; Sun, 1 Sep 2019 19:03:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 455C034A8B5 for ; Sun, 1 Sep 2019 19:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FC2C771 for ; Sun, 1 Sep 2019 19:03:32 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1567362550.636ca48fa524efe5c0d1b69e35e86a422e6d4be1.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/glsa-check.1 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 636ca48fa524efe5c0d1b69e35e86a422e6d4be1 X-VCS-Branch: master Date: Sun, 1 Sep 2019 19:03:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: df6cd0e0-8e44-489e-86ee-0135c9d366ca X-Archives-Hash: e50ffa19e30a05c2a04afac75cee686f commit: 636ca48fa524efe5c0d1b69e35e86a422e6d4be1 Author: Aaron Bauman gentoo org> AuthorDate: Sun Sep 1 16:07:40 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Sep 1 18:29:10 2019 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=636ca48f glsa-check: update man page with -r option Also remove duplicate --quiet documentation. Signed-off-by: Aaron Bauman gentoo.org> Signed-off-by: Zac Medico gentoo.org> man/glsa-check.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/glsa-check.1 b/man/glsa-check.1 index bb15cf5a9..23b5e9d94 100644 --- a/man/glsa-check.1 +++ b/man/glsa-check.1 @@ -1,4 +1,4 @@ -.TH "GLSA\-CHECK" "1" "August 2019" "Portage VERSION" "Portage" +.TH "GLSA\-CHECK" "1" "September 2019" "Portage VERSION" "Portage" . .SH "NAME" \fBglsa\-check\fR \- Tool to locally monitor and manage GLSAs @@ -37,9 +37,6 @@ \fBV\fR, \fB\-\-version\fR Show information about \fBglsa\-check\fR\. . .P -\fB\-q\fR, \fB\-\-quiet\fR Be less verbose and do not send empty mail\. -. -.P \fB\-v\fR, \fB\-\-verbose\fR Print more messages\. . .P @@ -51,6 +48,9 @@ .P \fB\-m\fR, \fB\-\-mail\fR Send a mail with the given GLSAs to the administrator\. . +.P +\fB\-r\fR, \fB\-\-reverse\fR List GLSAs in reverse order +. .SH "EXAMPLES" \fBglsa\-check \-t all\fR Test the system against all GLSAs in the GLSA repository\. .