diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-05-07 22:15:50 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-05-07 22:15:50 +0000 |
| commit | cd5a8e80f949f649b6d2b174bc899f1f092684fd (patch) | |
| tree | 1a0d733ad12b34296167a266ee893c8f01f02362 /man | |
| parent | 2e054771db21beeac6a8d12245a3ff678551d37f (diff) | |
| download | gentoolkit-cd5a8e80f949f649b6d2b174bc899f1f092684fd.tar.gz | |
Add patch from Robert Buchholz: Add quiet option
Incorporate option to quiet down glsa-check, based on a patch by Thilo
Bangert <bangert@gentoo.org> in bug #170784.
This option will also suppress sending of empty mail, based on a patch
by Christian Gut <cycloon@is-root.org> in bug #182990.
svn path=/trunk/gentoolkit/; revision=633
Diffstat (limited to 'man')
| -rw-r--r-- | man/glsa-check.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/glsa-check.1 b/man/glsa-check.1 index bf5bc15..3cfca23 100644 --- a/man/glsa-check.1 +++ b/man/glsa-check.1 @@ -1,7 +1,7 @@ .TH "glsa-check" "1" "0.6" "Marius Mauch" "gentoolkit" .SH "NAME" .LP -glsa\-check \- Gentoo: Tool to locally monitor and manage GLSA's +glsa\-check \- Gentoo: Tool to locally monitor and manage GLSAs .SH "SYNTAX" .LP glsa\-check <\fIoption\fP> [\fIglsa\-list\fP] @@ -52,6 +52,9 @@ print more messages (option) .TP .B \-c, \-\-cve show CVE ids in listing mode (option) +.TP +.B \-q, \-\-quiet +be less verbose and do not send empty mail (option) .TP .B \-m, \-\-mail send a mail with the given GLSAs to the administrator |
