diff options
| author | genone <genone@gentoo.org> | 2006-08-12 04:20:37 +0000 |
|---|---|---|
| committer | genone <genone@gentoo.org> | 2006-08-12 04:20:37 +0000 |
| commit | c6e550313f27ed69a0e67a1a20d558652bd5434b (patch) | |
| tree | a6cd248f05b716e3928402820c0fb552e7f0d4fc /trunk/src | |
| parent | 29dd4d70909c9a163b2a8ed0e5170aafa0aabf44 (diff) | |
| download | gentoolkit-c6e550313f27ed69a0e67a1a20d558652bd5434b.tar.gz | |
add --mail option to manpage, fix typo in --help message
svn path=/; revision=310
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/glsa-check/glsa-check | 2 | ||||
| -rw-r--r-- | trunk/src/glsa-check/glsa-check.1 | 3 |
2 files changed, 4 insertions, 1 deletions
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 |
