summaryrefslogtreecommitdiff
path: root/tests/test-lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-lib.c')
-rw-r--r--tests/test-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-lib.c b/tests/test-lib.c
index 059dd04ba..bcb5bb782 100644
--- a/tests/test-lib.c
+++ b/tests/test-lib.c
@@ -49,7 +49,7 @@ parse_options(int argc, char *argv[])
static const struct option long_options[] = {
{"help", no_argument, NULL, 'h'},
{"version", no_argument, NULL, 'V'},
- {"verbose", optional_argument, NULL, 'v'},
+ {"verbose", optional_argument, NULL, 'v'},
{NULL, 0, NULL, 0},
};
char *short_options = "hVv";