summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-08-06 15:39:37 +0000
committerSimon Josefsson <simon@josefsson.org>2006-08-06 15:39:37 +0000
commitb3f2088f79defa0d16aea9c02c8a74353401e38d (patch)
tree79bd0f3d28562d75c6c5062f80cb66607c0cecb7
parent6cd432207198993f7d546de71194ed697e956cb7 (diff)
downloadgnutls-b3f2088f79defa0d16aea9c02c8a74353401e38d.tar.gz
Use -V for --verbose.
-rw-r--r--src/tls_test.gaa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls_test.gaa b/src/tls_test.gaa
index 1d26464f8f..a4080c0670 100644
--- a/src/tls_test.gaa
+++ b/src/tls_test.gaa
@@ -20,7 +20,7 @@ option (p, port) INT "integer" { $pp = $1 } "The port to connect to."
option (d, debug) INT "integer" { $debug = $1 } "Enable debugging"
#int more_info;
-option (v, verbose) { $more_info += 1 } "More verbose output"
+option (V, verbose) { $more_info += 1 } "More verbose output"
option (v, version) { tls_test_version(); exit(0); } "prints the program's version number"
option (h, help) { gaa_help(); exit(0); } "prints this help"