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 B9B6A138334 for ; Sun, 1 Sep 2019 16:07:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAF4E08F4; Sun, 1 Sep 2019 16:07:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BE4E0E08F4 for ; Sun, 1 Sep 2019 16:07:52 +0000 (UTC) Received: from bubba.lan (pool-108-44-175-72.clppva.fios.verizon.net [108.44.175.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: bman) by smtp.gentoo.org (Postfix) with ESMTPSA id 6AFFB34A851; Sun, 1 Sep 2019 16:07:51 +0000 (UTC) From: Aaron Bauman To: gentoo-portage-dev@lists.gentoo.org Cc: Aaron Bauman Subject: [gentoo-portage-dev] [PATCH] glsa-check: update man page with -r option Date: Sun, 1 Sep 2019 12:07:40 -0400 Message-Id: <20190901160739.654751-1-bman@gentoo.org> X-Mailer: git-send-email 2.23.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 018aae1a-3d0a-49ef-9f6b-ebf88ead9176 X-Archives-Hash: 1525a7f95f724387d365cd3761293be8 Signed-off-by: Aaron Bauman --- 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\. . -- 2.23.0