diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-05-07 22:12:47 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-05-07 22:12:47 +0000 |
| commit | 2e054771db21beeac6a8d12245a3ff678551d37f (patch) | |
| tree | 59d5e8f4c85fc8a35cff2bde3e180abcc820c93e /bin/glsa-check | |
| parent | 37b7afe8f91755493eba4695a18dad1b1fde5a20 (diff) | |
| download | gentoolkit-2e054771db21beeac6a8d12245a3ff678551d37f.tar.gz | |
Add patch from Robert Buchholz: Call CAN ids CVE ids as there is no differentiation anymore today.
svn path=/trunk/gentoolkit/; revision=632
Diffstat (limited to 'bin/glsa-check')
| -rw-r--r-- | bin/glsa-check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/glsa-check b/bin/glsa-check index dbb1196..c106c12 100644 --- a/bin/glsa-check +++ b/bin/glsa-check @@ -34,7 +34,7 @@ optionmap = [ ["-h", "--help", "show this help message"], ["-V", "--version", "some information about this tool"], ["-v", "--verbose", "print more information (option)"], -["-c", "--cve", "show CAN ids in listing mode (option)"], +["-c", "--cve", "show CVE ids in listing mode (option)"], ["-m", "--mail", "send a mail with the given GLSAs to the administrator"] ] |
