summaryrefslogtreecommitdiff
path: root/trunk/src/glsa-check
diff options
context:
space:
mode:
authorgenone <genone@gentoo.org>2005-04-30 15:47:50 +0000
committergenone <genone@gentoo.org>2005-04-30 15:47:50 +0000
commit3a96e2206228c98e615a5b49d82a551b50550f1c (patch)
tree1c266d302530896da6131c8829d0d9c6425bf6b8 /trunk/src/glsa-check
parent05dc14f1d04b12d38a83ff21dc0f5f54b9864e57 (diff)
downloadgentoolkit-3a96e2206228c98e615a5b49d82a551b50550f1c.tar.gz
forgot V in short option list
svn path=/; revision=212
Diffstat (limited to 'trunk/src/glsa-check')
-rw-r--r--trunk/src/glsa-check/glsa-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/glsa-check/glsa-check b/trunk/src/glsa-check/glsa-check
index 739cc75..a922a51 100644
--- a/trunk/src/glsa-check/glsa-check
+++ b/trunk/src/glsa-check/glsa-check
@@ -38,7 +38,7 @@ sys.stderr.write("before using this tool AND before reporting a bug.\n\n")
args = []
params = []
try:
- args, params = getopt(sys.argv[1:], "dplfchinvt", \
+ args, params = getopt(sys.argv[1:], "dplfchinvVt", \
["dump", "print", "list", "pretend", "fix", "inject", "help", "info", "version", "test", "nocolor"])
args = [a for a,b in args]