aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-05-07 22:12:47 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-05-07 22:12:47 +0000
commit2e054771db21beeac6a8d12245a3ff678551d37f (patch)
tree59d5e8f4c85fc8a35cff2bde3e180abcc820c93e
parentAdd patch from Robert Buchholz: Sort glsa list output. (diff)
downloadgentoolkit-2e054771db21beeac6a8d12245a3ff678551d37f.tar.gz
gentoolkit-2e054771db21beeac6a8d12245a3ff678551d37f.tar.bz2
gentoolkit-2e054771db21beeac6a8d12245a3ff678551d37f.zip
Add patch from Robert Buchholz: Call CAN ids CVE ids as there is no differentiation anymore today.
svn path=/trunk/gentoolkit/; revision=632
-rw-r--r--bin/glsa-check2
-rw-r--r--man/glsa-check.12
2 files changed, 2 insertions, 2 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"]
]
diff --git a/man/glsa-check.1 b/man/glsa-check.1
index 5a7a525..bf5bc15 100644
--- a/man/glsa-check.1
+++ b/man/glsa-check.1
@@ -51,7 +51,7 @@ some information about this tool
print more messages (option)
.TP
.B \-c, \-\-cve
-show CAN ids in listing mode (option)
+show CVE ids in listing mode (option)
.TP
.B \-m, \-\-mail
send a mail with the given GLSAs to the administrator