From: genone Date: Sat, 12 Aug 2006 04:20:37 +0000 (-0000) Subject: add --mail option to manpage, fix typo in --help message X-Git-Tag: gentoolkit-0.2.4.3~203 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c6e550313f27ed69a0e67a1a20d558652bd5434b;p=gentoolkit.git add --mail option to manpage, fix typo in --help message svn path=/; revision=310 --- diff --git a/trunk/src/glsa-check/glsa-check b/trunk/src/glsa-check/glsa-check index 38bfd6b..d652936 100644 --- a/trunk/src/glsa-check/glsa-check +++ b/trunk/src/glsa-check/glsa-check @@ -25,7 +25,7 @@ optionmap = [ ["-V", "--version", "some information about this tool"], ["-v", "--verbose", "print more information (option)"], ["-c", "--cve", "show CAN ids in listing mode (option)"], -["-m", "--mail", "send a mail with the give GLSAs to the administrator"] +["-m", "--mail", "send a mail with the given GLSAs to the administrator"] ] # print a warning as this is beta code (but proven by now, so no more warning) diff --git a/trunk/src/glsa-check/glsa-check.1 b/trunk/src/glsa-check/glsa-check.1 index 796477a..5a7a525 100644 --- a/trunk/src/glsa-check/glsa-check.1 +++ b/trunk/src/glsa-check/glsa-check.1 @@ -52,3 +52,6 @@ print more messages (option) .TP .B \-c, \-\-cve show CAN ids in listing mode (option) +.TP +.B \-m, \-\-mail +send a mail with the given GLSAs to the administrator