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 3DC0D138334 for ; Sun, 1 Sep 2019 15:27:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74479E085B; Sun, 1 Sep 2019 15:27:09 +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 59907E085B for ; Sun, 1 Sep 2019 15:27:09 +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 19DEE34A866; Sun, 1 Sep 2019 15:27:08 +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 Date: Sun, 1 Sep 2019 11:27:01 -0400 Message-Id: <20190901152701.652077-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: 7c036701-bccc-4e8e-a320-6e4ae4d21408 X-Archives-Hash: 4d981854f1d0a650b82e39b0e8a79bb1 * remove `new` * add --reverse option information Signed-off-by: Aaron Bauman --- man/glsa-check.1 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/man/glsa-check.1 b/man/glsa-check.1 index bb15cf5a9..8ec94b371 100644 --- a/man/glsa-check.1 +++ b/man/glsa-check.1 @@ -1,4 +1,7 @@ -.TH "GLSA\-CHECK" "1" "August 2019" "Portage VERSION" "Portage" +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GLSA\-CHECK" "1" "September 2019" "" "" . .SH "NAME" \fBglsa\-check\fR \- Tool to locally monitor and manage GLSAs @@ -37,9 +40,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 +51,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